16.12.2012, 18:00
this line:
should be
You already have string defined somewhere so you don't need it there.
pawn Код:
new pname[MAX_PLAYER_NAME], string[100 + MAX_PLAYER_NAME];
pawn Код:
new pname[MAX_PLAYER_NAME];

