chaoticgood 11 Posted September 18, 2013 Hello, I am in the process of making a vehicle rearm script that is going to be used in a dedicated server. Now, my question is what should do the rearming/fuel/ammo, the server or the client? The vehicle that this will happen to has player inside of it. Share this post Link to post Share on other sites
Tajin 349 Posted September 18, 2013 That really depends on your own preference and the situation. The commands you normally use for a rearm script are all global, so it doesn't really matter as long as you call them only at one machine. If you use an action to trigger it, then it's easiest to run it locally for the person who used the action. Otherwise I'd let the server take care of it. Share this post Link to post Share on other sites