Hi!
I was wondering that player with slots will have speical models. I am using zombie mod (please do not move this theard couse i need scripting help not with mod)
Code:
// Access Flags Required (check CMDACCESS.INI for console commands)
const ACCESS_FLAG = ADMIN_BAN // to access the admin menu
const ACCESS_FLAG2 = ADMIN_RCON // to turn the mod on/off
const ACCESS_FLAG3 = ADMIN_BAN // to get admin models
// Player Models (randomly chosen if more than one)
new const model_nemesis[][] = { "nemesis" } // Nemesis
new const model_survivor[][] = { "leet", "sas" } // Survivor
new const model_human[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Human
new const model_admin[][] = { "admin1", "admin2", "slot" } // Admin (human)
new const model_admin_zombie[][] = { "zombie_source" } // Admin (zombie)
Maybe that will work if i add flag3 for admin_user but i dont know what next :/. Sma to download down here.