07.08.2010, 23:41
Nгo seria PlayerName(playerid) ou algo assim?
Se nгo tiver, crie:
Ai troca PlayerName por PlayerName(playerid).
Obs: A exclamaзгo estб certa.
Usando ela, ele compara se estб igual.
Exemplo: !strcmp(..,..) ou strcmp(..,..)==0
Se nгo tiver, crie:
pawn Код:
stock PlayerName(playerid) {
new namee[25];
GetPlayerName(playerid,namee,25);
return namee;
}
Obs: A exclamaзгo estб certa.
Usando ela, ele compara se estб igual.
Exemplo: !strcmp(..,..) ou strcmp(..,..)==0