Help Editing fresh spawn location and a few other bits

Hi, im trying to find out how to edit the fresh spawn location's or change them to random at the moment when a fresh spawn logs it it ask's you where you would like to spawn i.e electro/balota.
any help on that would be great and please explain in simple terms as im still learning.

second thing i would like to ask is how do i turn of side chat in my server i have a button on my admin panel which i un-ticked or turned side chat off but its still on?

last thing i wanted to know how do i edit players default load in gear and skin i have found what i thort would change the gear but it has not worked, i also found the location of where to change the default skin but again it did not work

this is what i used to change the load in gear
//Variables
_inventory = ["ItemBandage","ItemBandage","ItemPainkiller","ItemRadio"]
_backpack = [];
_items = [];
_magazines = [];
_weapons = [];
_medicalStats = [];
_survival = [0,0,0];
_tent = [];
_state = [];
_direction = 0;
_model = "";
_newUnit = objNull;
_botActive = false;
 
Back
Top