argument type mismatch
#2

While getting player name, I think you've done mistakes with brackets and thats why it starts popping out errors from where you've used the name variable. Your code:
pawn Код:
GetPlayerName(playerid,name,sizeof name);
Must be:
pawn Код:
GetPlayerName(playerid,name,sizeof(name));
Reply


Messages In This Thread
argument type mismatch - by Face9000 - 14.12.2012, 17:26
Re: argument type mismatch - by Lordzy - 14.12.2012, 18:02
Re: argument type mismatch - by Face9000 - 14.12.2012, 18:15
Re: argument type mismatch - by Lordzy - 14.12.2012, 18:19
Re: argument type mismatch - by Face9000 - 14.12.2012, 18:19
Re: argument type mismatch - by Lordzy - 14.12.2012, 18:26
Re: argument type mismatch - by Face9000 - 14.12.2012, 18:36
Re: argument type mismatch - by Lordzy - 14.12.2012, 18:43
Re: argument type mismatch - by Djole1337 - 14.12.2012, 18:56
Re: argument type mismatch - by Face9000 - 14.12.2012, 19:01

Forum Jump:


Users browsing this thread: 3 Guest(s)