SA-MP Forums Archive
Really need some help with this one.. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Really need some help with this one.. (/showthread.php?tid=210855)



Really need some help with this one.. - ifly4life - 14.01.2011

(632) : error 012: invalid function call, not a valid address
(632) : warning 215: expression has no effect
(632) : error 001: expected token: ";", but found ")"
(632) : error 029: invalid expression, assumed zero
(632) : fatal error 107: too many error messages on one line
those are the errors

This is the line its on new giveplayerid = ReturnUser(tmp);
At the top i do have New return user blah blah


Re: Really need some help with this one.. - Kapil - 14.01.2011

new return user blah bla? could u show us a bit of the code...


Re: Really need some help with this one.. - ifly4life - 14.01.2011

new ReturnUser[200];
there sorry bout that


Re: Really need some help with this one.. - Retardedwolf - 14.01.2011

giveplayerid = ReturnUser [ tmp ]; ?


Re: Really need some help with this one.. - ifly4life - 14.01.2011

that gave me 9 errors


Re: Really need some help with this one.. - Kapil - 14.01.2011

the return user is a function actually, and its not predefined function
here, i think this should work

http://notesbin.com/1317468812

i hope u got strtok, or u will have to search for it