I wan't to know how to make, that you can choose only one class.
Explaining more:
Choosing one class: i mean, so you can't dupe classes. But only have 1 class. Also i need codes, so you can change those classes.
Thank you for reading.
addhook("spawn","mnu") function mnu(id) menu(id,"Menu,Ranger|M4a1") end addhook("menu","ranger") function ranger(title,id,button) if(title=="Menu") then if button == 1 then parse("strip "..id) parse("equip "..id.." 32") parse("setarmor "..id.." 150") end end end