11.05.2013, 07:17
Using this:
It shows OffDuty even though Im on duty as an admin...
Your code doesn't work.
pawn Code:
new adminduty[64];
if(PlayerInfo[i][pAdminDuty] == 0)
{
adminduty = "OffDuty";
}
else if(PlayerInfo[i][pAdminDuty] == 1)
{
adminduty ="OnDuty/ReadyToHelp";
}
Your code doesn't work.