11.05.2013, 06:26
Well, it's either same. Put the code into your '/admins' command.
I've made an problem on the script first I wrote, make this changes on it:
I've made an problem on the script first I wrote, make this changes on it:
pawn Code:
stock AdminDuty(playerid)
{
new AdminDuty[32];
if(PlayerInfo[playerid][pAdminDuty] == 0) format(AdminDuty, sizeof(AdminDuty), "OffDuty");
else if(PlayerInfo[playerid][pAdminDuty] == 1) format(AdminDuty, sizeof(AdminDuty), "OnDuty/ReadyToHelp");
return AdminDuty;
}