AllowAdminTeleport

From SA-MP Wiki

Jump to: navigation, search

AllowAdminTeleport


This fucntion will allow or disallow RCON admins to teleport with the use of the waypoint on the map.


Parameters:
(allow)
allow0 o disable (default) and 1 to enable.


This function does not return a specific value.


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

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools
In other languages