#1

QUANDO EU PASSEI AGM PARA O HOST DEU ESSE ERRO I NГO SEI COMO ARRUMAR ALGUEM PODE ME AJUDAR?




AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
AllowAdminTeleport (): funзгo estб obsoleta. Por favor, veja OnPlayerClickMap ()
Reply
#2

I don't understand your question, i only understand this part AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() you should remove this code because its outdated and add this anywhere in your script.
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
    if(IsPlayerAdmin(playerid))
    {
        SetPlayerPosFindZ(playerid, fX, fY, fZ);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)