Quote:
Originally Posted by Sreyas
PHP код:
CMD:aduty(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >1)
{
if(onduty[playerid] == false)
{
SendClientMessage(playerid, -1, "Good Luck on your duties!");
onduty[playerid] = true;
}
else
{
SendClientMessage(playerid, -1, "message!");
onduty[playerid] = false;
}
}
return 1;
}
|
+REP and thank you , Color white doesn't need to be defined , I saw that somewhere though xd