25.10.2014, 13:32
Hello All i try to add ShowPlayerNameTags and i put this
i got this error!
i want only to see the PlayerName in my server really +rep if you can help with this!
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
ShowPlayerNameTag(i, playerid, 0);
}
}
Код:
C:\Users\albsharat\Desktop\PG-RP Verison 4.5\pawno\PGRP.pwn(646) : error 017: undefined symbol "ShowPlayerNameTag"