admin on duty
#2

Simple:

pawn Код:
//top of script
new AdminDuty[MAX_PLAYERS];

//OnPlayerConnect
AdminDuty[playerid] = 0;

//Admin duty command
AdminDuty[playerid] = 1;
//SetPlayerColor, Health Etc.

//Checking if an admin is on duty
if(AdminDuty[playerid])
{
//Do Stuff
}
You need to experiment more with variables, then things will be alot easier.
Reply


Messages In This Thread
admin on duty - by nakOza - 06.03.2009, 17:12
Re: admin on duty - by Norn - 06.03.2009, 17:15
Re: admin on duty - by nakOza - 06.03.2009, 17:20
Re: admin on duty - by James_Bauer - 15.08.2009, 07:23
Re: admin on duty - by FUNExtreme - 15.08.2009, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)