IsPlayerV.I.P Check
#10

I assume you have got a admin system in your script, just copy everything from the admin but change ''Admin'' into ''Vip''
Example

Код:
enum pInfo
{
	pPassword[32],
	pLevel,
	pAdmin,
};
Add pVip;

Код:
enum pInfo
{
	pPassword[32],
	pLevel,
	pAdmin,
	pVip,
};
At register also copy the admin thingy and change the pAdmin into pVip.

And the /makevip command

http://pastebin.com/m178fde25



Reply


Messages In This Thread
IsPlayerV.I.P Check - by Tigerbeast11 - 19.11.2009, 16:22
Re: Making V.I.P Ip's? - by [LCG]TANKER - 19.11.2009, 16:24
Re: Making V.I.P Ip's? - by Tigerbeast11 - 19.11.2009, 16:26
Re: Making V.I.P Ip's? - by Tigerbeast11 - 19.11.2009, 16:44
Re: Making V.I.P Ip's? - by Oxside - 19.11.2009, 16:48
Re: Making V.I.P Ip's? - by Tigerbeast11 - 19.11.2009, 16:53
Re: Making V.I.P Ip's? - by Tigerbeast11 - 19.11.2009, 17:25
Re: Making V.I.P Ip's? - by Tigerbeast11 - 27.11.2009, 20:45
Re: IsPlayerV.I.P Check - by Tigerbeast11 - 27.11.2009, 21:13
Re: IsPlayerV.I.P Check - by Mujib - 27.11.2009, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)