25.11.2012, 02:59
So, i'm having this error:
on this line:
Anyone know how to fix it?
Код:
error 001: expected token: ";", but found "stock"
Код:
stock PlayerName(playerid)
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
return pName;
}


