06.06.2014, 11:09
what is that thing? it says allow rcon admins to waypoint teleport? is that new to 0.3z? and how can i use it?
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
if(IsPlayerAdmin(playerid))
{
SetPlayerPosFindZ(playerid, fX, fY, fZ);
}
return 1;
}