/badge Code
#3

pawn Код:
new bool:OnDuty[MAX_PLAYERS];

CMD:badge(playerid)
{
   if(OnDuty[playerid]) SendClientMessage(playerid, 0xFF0000FF, "You went off duty");
  else SendClientMessage(playerid,0x00FF00FF," You are now on duty.");
   OnDuty[playerid] = !OnDuty[playerid];
   return 1;
}
That's all we may right with the information you provide. In other words: you don't even know what you want.
Reply


Messages In This Thread
/badge Code - by DarkScimitar - 10.10.2014, 20:11
Re: /badge Code - by DarkScimitar - 10.10.2014, 20:14
Re: /badge Code - by dusk - 10.10.2014, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)