AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
#2

pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) {
    if (IsPlayerAdmin(playerid)) {
        SetPlayerPosFindZ(playerid, fX, fY, fZ);
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)