Jump to content
Sign in to follow this  
Naiss

Remove a function from target?

Recommended Posts

okey so im making a file that when you hit a button on the player you get some options to remove some stuff from the target how can i do that? when i tested it i just removed it from my self

Code:

INV_LizenzOwner = INV_LizenzOwner - ["car"];

its only removing from my self but not the the target him trying to remove it from please help me here

Share this post


Link to post
Share on other sites

Did you already uncomment the event-handlers in the main-loop?

Maybe the pre-placed load-triggers are jamming the main-loop's event queue so the changes you make won't broadcast to everyone.

If that does not help you should propably check the event queue itself, sometimes an user-made addon scrambles its way into it and nothings works anymore, happened to me several times already, a pain in the ass to detect.

Just give us your feedback after you checked everything I mentioned.

(I know this could be considered off-topic and/or highly sarcastic, but please bear with me, it's for didactical reasons)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×