Spoiler anzeigen
Ok, so do you already have the Sui_Scoreboard? and the ass_grouping or ass_sandboxteams (or something like that, i know there is two different "grouping" Plug ins)but here is the best i can come up with
Open Ass_Grouping (plug in) and you can edit the Lua file with notepad. and you can add / remove weapons that people spawn with. along with their model and colors and stuff. So just move the Stuff in "Everyones Weapons" to the places they need to be...Not sure if this will work but better than nothing.
/*================================================= =========
==================== CONFIGURATION =====================
================================================== ========*/
----- COLOR -----
OwnerColor = Color( 255, 50, 50, 255 )
SuperAdminColor = Color( 255, 215, 75, 255 )
AdminColor = Color( 100, 255, 125, 255 )
RespectedColor = Color( 100, 255, 255, 255, 255 )
ClientColor = Color( 150, 150, 200, 255 )
UnWantedColor = Color( 255, 0, 255, 255 )
----- TEAM NAME -----
OwnerName = "God"
SuperAdminName = "SuperAdmin"
AdminName = "Pro"
RespectedName = "Regular"
ClientName = "Visitor"
UnWantedName = "Meanie"
----- MODEL -----
OwnerModel = ""
SuperAdminModel = ""
AdminModel = ""
RespectedModel = ""
ClientModel = ""
UnWantedModel = ""
----- WEAPONS -----
EveryonesWeapons = {
"gmod_tool",
"gmod_camera",
"weapon_physgun",
"weapon_physcannon",
"weapon_crowbar",
}
OwnerWeapons = {
"weapon_357",
"weapon_rpg",
"weapon_ar2",
"weapon_frag",
"weapon_crossbow",
}
SuperAdminWeapons = {
}
AdminWeapons = {
}
RespectedWeapons = {
}
ClientWeapons = {
}
UnWantedWeapons = {
}
/*================================================= =========
================= END OF CONFIGURATION =================
================================================== ========*/