SA-MP Forums Archive
Error Help - 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: Error Help (/showthread.php?tid=529942)



Error Help - Xenforox - 04.08.2014

I got this two warnings :S
Код:
 function "Streamer_OnPlayerEditObject" should return a value
Help me if you're able to do so.


Re: Error Help - dirigent00 - 04.08.2014

Ummm, when it says to return a value, that means that you need return 1; at the end of public.


Re: Error Help - Dignity - 04.08.2014

It literally tells you what to do. Why not try something or actually research an error? Jesus.

Regardless, make that specific function return a value.

pawn Код:
return 1;



Re : Error Help - Xenforox - 04.08.2014

That's the point it says i have to put return 1; at the end..i did but still having the warning. That's why i've made this thread. -_-


Re: Error Help - Dignity - 04.08.2014

Show us your code.