warning 202: number of arguments does not match definition
#10

Quote:
Originally Posted by Stanford
Посмотреть сообщение
Add this to your gamemode:
pawn Код:
stock GetPlayerNameEx(playerid)
{
     new pName[25];
     GetPlayerName(playerid, pName, sizeof(pName));
     return pName;
}
and replace:

GetPlayerName(playerid, name, sizeof(name)) with GetPlayerNameEx(playerid) and you're good to go!
Thanks man, now work, thank you 2!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)