Пређи на главни садржај

AllowAdminTeleport

warning

This function, as of 0.3d, is deprecated. Please see OnPlayerClickMap.

Description

This function will determine whether RCON admins will be teleported to their waypoint when they set one.

NameDescription
bool:allow'false' to disable and 'true' to enable.

Returns

This function does not return any specific values.

Examples

public OnGameModeInit()
{
AllowAdminTeleport(true);
// Other stuff
return 1;
}