05.11.2010, 20:45
Show the code that gets these errors.
Also add this to your script
And you need sscanf also
https://sampforum.blast.hk/showthread.php?tid=120356
Also add this to your script
pawn Код:
stock PlayerName(playerid)
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
return pName;
}
https://sampforum.blast.hk/showthread.php?tid=120356