01.05.2012, 20:36
@Edit--
Fiz igual ao seu e deu esses aqui:
Linha:
Fiz igual ao seu e deu esses aqui:
pawn Код:
C:\Documents and Settings\Luciano\Desktop\GAMEMODE\gamemodes\LSTDM.pwn(1191) : error 001: expected token: "-identifier-", but found "new"
C:\Documents and Settings\Luciano\Desktop\GAMEMODE\gamemodes\LSTDM.pwn(1192) : error 017: undefined symbol "Nome"
C:\Documents and Settings\Luciano\Desktop\GAMEMODE\gamemodes\LSTDM.pwn(1193) : error 017: undefined symbol "Nome"
pawn Код:
new Nome[24];
GetPlayerName(playerid, Nome, 24);
format(string, sizeof(string),"(/Frag)[Status]: %s | Matou: %d | Morreu: %d | Score: %d", Nome, Matou{playerid}, Morreu{playerid}, GetPlayerScore(playerid));

