SA-MP Forums Archive
getplayername error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: getplayername error (/showthread.php?tid=414961)



getplayername error - irfu - 11.02.2013

i Have so 4 errors on the same line :
pawn Код:
error 029: invalid expression, assumed zero
error 035: argument type mismatch (argument 2)
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
fatal error 107: too many error messages on one line
the line which has error is :
pawn Код:
GetPlayerName(playerid, , sizeof(adminname));
pls fix it!


Re: getplayername error - mastermax7777 - 11.02.2013

GetPlayerName(playerid, adminname, sizeof(adminname));

really?


Re: getplayername error - irfu - 11.02.2013

fixed!
mods please lock this topic!