Problem:function "cmd_buyheal" should return a value - 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: Problem:function "cmd_buyheal" should return a value (
/showthread.php?tid=580034)
Problem:function "cmd_buyheal" should return a value -
Mijata - 01.07.2015
fixed
Re: Problem:function "cmd_buyheal" should return a value -
Roko_foko - 01.07.2015
add "return 1;" at the end. With return 1 you say program function is executed correctly.
Re: Problem:function "cmd_buyheal" should return a value -
Mijata - 01.07.2015
oh i forgot thanks