07.11.2010, 01:35
i'm having trouble with the stock i've created..
please can anybody help me with this?.. thanks..
pawn Код:
stock GetPlayerFullName(playerid)
{
new PlayerFullName[MAX_PLAYER_NAME];
new nez;
GetPlayerName(playerid, PlayerFullName, sizeof(PlayerFullName));
while((nez = strfind(PlayerFullName, "_", true)) != -1) PlayerFullName[nez] = ' ';
return PlayerFullName;
}
pawn Код:
warning 202: number of arguments does not match definition