Help Script Error 17: undefined symbol "ShowPlayerNameTag"
#1

I'm trying to hide the blood and armor of the player, but it's a bug
Код:
(114855) : error 017: undefined symbol "ShowPlayerNameTag"
114855 full code
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
     if(IsPlayerConnected(i))
     {
           ShowPlayerNameTag(i, playerid, 0);
     }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)