need a bit of help this isnt hard its just weird... - 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: need a bit of help this isnt hard its just weird... (
/showthread.php?tid=83255)
need a bit of help this isnt hard its just weird... -
shady91 - 23.06.2009
hi i duno why i never get these error but for some reson when i add something with return users i get this error
C:\Documents and Settings\Marcuscuments\marcus server\gamemodes\shady.pwn(16986) : error 004: function "ReturnUser" is not implemented
this is how i use it
new playa;
playa = ReturnUser(tmp);
new intid;
tmp = strtok(cmdtext, idx);
intid = strval(tmp);
usely works fine any idears as i never usely get this error and when i do i usely fix it but this dosent seem to go no matter what i do
?
Re: need a bit of help this isnt hard its just weird... -
Correlli - 23.06.2009
Function ReturnUser isn't defined. I think that function is made by ******.
Re: need a bit of help this isnt hard its just weird... -
shady91 - 23.06.2009
ahh ok thanks dan
ill look into it and let you no what the problem was.