Posts: 266
Threads: 57
Joined: Mar 2010
Reputation:
0
hey i have made a fs but when i goto test it it says installed but nothing it there can any one help thx
Posts: 543
Threads: 7
Joined: Dec 2007
Reputation:
0
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.