25.01.2014, 13:04
pawn Код:
if(text[0] == '!')
{
if(PInfo[playerid][Level] >= 2)
{
static lol[200];
format(lol, sizeof(lol),"{77C7F2}( Chat ADM ) %s: {FFFFFF}%s",GetPlayerName2(playerid) ,text[1]);
SendAdminMessage(-1,lol);
return false;
}
}
Код:
C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(3218) : error 017: undefined symbol "GetPlayerName2"
pawn Код:
format(lol, sizeof(lol),"{77C7F2}( Chat ADM ) %s: {FFFFFF}%s",GetPlayerName2(playerid) ,text[1]);