error 035: argument type mismatch
#4

playername should be a string.

Replace

pawn Код:
new playername;
With

pawn Код:
new playername[MAX_PLAYER_NAME+1];
The +1 is for the null-terminator.
Reply


Messages In This Thread
error 035: argument type mismatch - by Stanford - 12.04.2013, 06:19
Re: error 035: argument type mismatch - by MP2 - 12.04.2013, 06:20
Re: error 035: argument type mismatch - by Stanford - 12.04.2013, 06:24
Re: error 035: argument type mismatch - by MP2 - 12.04.2013, 06:28
Re: error 035: argument type mismatch - by Stanford - 12.04.2013, 06:35

Forum Jump:


Users browsing this thread: 1 Guest(s)