11.03.2018, 14:24
Quote:
|
if its not an missed bracket above, try this
Код:
CMD:aduty(playerid, params[])
{
if(Adminlevelofplayer[playerid] == 0) return SendClientMessage(playerid, COLOR_GRAD1, "You are not authorized to use that command.");
if(PlayerInfo[playerid][pAdmin] >= 2)
{
if (!AdminDuty[playerid])
{
PlayerInfo[playerid][pAdminDuty] = 1;
SendClientMessageEx(playerid, COLOR_GRAD2, "You are now Off-Duty.");
}
else
{
PlayerInfo[playerid][pAdminDuty] = 0;
SendClientMessageEx(playerid, COLOR_GRAD2, "You are now On-Duty.");
{
}
return 1;
}
|


