when you startround you'll equip the weapon that you put in the lua.Pleaze.
Scripts
Auto Equip?
Auto Equip?
1

addhook("spawn","myspawn")
function myspawn()
	return "10,51";
end
addhook("spawn","myspawn")
function myspawn()
	if (player(id,"team") == 2) then
	return "10,51";
	elseif
		(player(id,"team" == 1) then
	return ""
end
end
1
