27.11.2009, 21:33
I assume you have got a admin system in your script, just copy everything from the admin but change ''Admin'' into ''Vip''
Example
Add pVip;
At register also copy the admin thingy and change the pAdmin into pVip.
And the /makevip command
http://pastebin.com/m178fde25
Example
Код:
enum pInfo
{
pPassword[32],
pLevel,
pAdmin,
};
Код:
enum pInfo
{
pPassword[32],
pLevel,
pAdmin,
pVip,
};
And the /makevip command
http://pastebin.com/m178fde25

