• DarkRPVars updating?
    2 replies, posted
is there anyway to force a darkrpvar to update? im made an inventory system and noticed the darkrp vars do not update clientside as they do serverside?
Only thing I can think of is make sure you registered your darkrpvars in a shared file and you are setting the darkrp vars server side, it should network it for you (I'm pretty sure).
[QUOTE=Nick78111;51817327]Only thing I can think of is make sure you registered your darkrpvars in a shared file and you are setting the darkrp vars server side, it should network it for you (I'm pretty sure).[/QUOTE] doing both of those, weird [editline]13th February 2017[/editline] fixed, for anyone that wanted the solution: i was setting it with self.DarkRPVars.inv = tablehere, and it was only updating once i got my salary, instead i used self:SetDarkRPVar("inv", tablehere), my fault :P
Sorry, you need to Log In to post a reply to this thread.