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

what is that thing? it says allow rcon admins to waypoint teleport? is that new to 0.3z? and how can i use it?
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerClickMap
https://sampwiki.blast.hk/wiki/AllowAdminTeleport

Says everything that needs to be said.
Reply
#3

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

thanks guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)