AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Model for player with slot (https://forums.alliedmods.net/showthread.php?t=96239)

grzelak 07-02-2009 11:02

Model for player with slot
 
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.


All times are GMT -4. The time now is 15:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.