Pawno 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: Pawno Error! (
/showthread.php?tid=408321)
Pawno Error! -
Gold_Master - 17.01.2013
(51) : error 029: invalid expression, assumed zero
(51) : warning 215: expression has no effect
(51) : error 001: expected token: ";", but found "]"
(51) : error 029: invalid expression, assumed zero
(51) : fatal error 107: too many error messages on one line
Line: PlayerInfo[i][pExp]++;
Re: Pawno Error! -
park4bmx - 17.01.2013
it might be behind that line, or around it.
Re: Pawno Error! -
Gold_Master - 17.01.2013
(11
: error 035: argument type mismatch (argument 1)
(122) : error 029: invalid expression, assumed zero
(122) : warning 215: expression has no effect
(122) : warning 215: expression has no effect
(122) : error 001: expected token: ";", but found ")"
(122) : error 029: invalid expression, assumed zero
(122) : fatal error 107: too many error messages on one line
Line : tmp = strtok,(cmdtext, idx);
Re: Pawno Error! -
LarzI - 17.01.2013
Remove the comma after 'strtrok'
Re: Pawno Error! -
Gold_Master - 17.01.2013
dont worrkk