Quote:
Originally Posted by yas17sin
can you please post the models here
|
If you want to use your own models and admin ranks you can easily edit these lines in the plugin.
Code:
enum _:enumPlayerModels
{
Owner,
Admin,
Vip
}
new const Player_Level[enumPlayerModels][] =
{
ADMIN_LEVEL_C, //owner
ADMIN_BAN, //admin
ADMIN_LEVEL_H //vip
}
new const Player_Models[enumPlayerModels][] =
{
{"models/player/lamdaskins/ownerct.mdl", "models/player/lamdaskins/ownert.mdl"},
{"models/player/lamdaskins/adminct.mdl", "models/player/lamdaskins/admint.mdl"},
{"models/player/lamdaskins/vipct.mdl", "models/player/lamdaskins/vipt.mdl"}
}
__________________