[Tutorial] How to make the "/adminduty" command.
#4

Or,

Code:
bool:Admin_duty[MAX_PLAYERS char] = false;
And in the command :

Code:
switch(Admin_duty{playerid})
{
     case false:
     {
	  Admin_duty{playerid} = true;
     }
     case true:
     {
         Admin_duty{playerid} = false;
     }
}
Reply


Messages In This Thread
How to make the "/adminduty" command. - by AmarPlayer - 22.07.2017, 22:38
Re: How to make the "/adminduty" command. - by Eoussama - 22.07.2017, 22:42
Re: How to make the "/adminduty" command. - by Logic_ - 22.07.2017, 23:45
Re: How to make the "/adminduty" command. - by Henson - 06.08.2017, 15:12
Re: How to make the "/adminduty" command. - by SyS - 06.08.2017, 15:14
Re: How to make the "/adminduty" command. - by Bolex_ - 06.08.2017, 15:18
Re: How to make the "/adminduty" command. - by Toroi - 06.08.2017, 15:24
Re: How to make the "/adminduty" command. - by coool - 06.08.2017, 15:49
Re: How to make the "/adminduty" command. - by Henson - 06.08.2017, 16:05
Re: How to make the "/adminduty" command. - by GhostHacker9 - 07.08.2017, 13:55

Forum Jump:


Users browsing this thread: 2 Guest(s)