12.11.2012, 17:15
Код:
[19:24:42] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() <----- What the ... means this?? i need to fix??
Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) { if(IsPlayerAdmin(playerid)) SetPlayerPosFindZ(playerid, fX, fY, fZ); return 1; }