Making a certain entity remove when you change job? (DarkRP)
32 replies, posted
@AnonTakesOver
It doesn't have a shared.lua file but it has one that is bound in with the entity. (What I mean by that is... everything is in the 1 file sr_radio.lua!)
Here is the shared.lua part of it [url]http://pastebin.com/rdLECM8E[/url]
add
[code]
self:NetworkVar( "Entity", 1, "owning_ent" );
[/code]
Then use the Getowning_ent() code I showed a while ago.
YOU ARE A FREKING LUA GOD, you deserve to be given a prize of some sort :D
THANK YOU!
Sorry, you need to Log In to post a reply to this thread.