12.04.2013, 06:28
playername should be a string.
Replace
With
The +1 is for the null-terminator.
Replace
pawn Код:
new playername;
pawn Код:
new playername[MAX_PLAYER_NAME+1];