SA-MP Forums Archive
need help with fs i have made (+REP) - 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: need help with fs i have made (+REP) (/showthread.php?tid=304717)



need help with fs i have made (+REP) - scottygraham1990 - 19.12.2011

hey i have made a fs but when i goto test it it says installed but nothing it there can any one help thx


Re: need help with fs i have made (+REP) - Dark_Kostas - 19.12.2011

First error is that to each command you set the PVar based on ObjectID but when you get it, you request another name. For example at /towtruck command, you save it as "siren" but when you are about to attach it you get it as "towtruck". Make sure you use the same names.

Second error is when you Delete the PVars. Why do you always delete the "Status"? Destroy the object for example "siren1" and then DeletePVar "siren1" again.