AdminOnDuty display at /admins
#4

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:

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;
}
Reply


Messages In This Thread
AdminOnDuty display at /admins - by Fell - 11.05.2013, 06:00
Re: AdminOnDuty display at /admins - by Private200 - 11.05.2013, 06:08
Re: AdminOnDuty display at /admins - by Fell - 11.05.2013, 06:16
Re: AdminOnDuty display at /admins - by Private200 - 11.05.2013, 06:26
Re: AdminOnDuty display at /admins - by Fell - 11.05.2013, 06:29
Re: AdminOnDuty display at /admins - by Private200 - 11.05.2013, 06:30
Re: AdminOnDuty display at /admins - by Fell - 11.05.2013, 06:37
Re: AdminOnDuty display at /admins - by Fell - 11.05.2013, 07:17
Re: AdminOnDuty display at /admins - by Private200 - 11.05.2013, 07:23
Re: AdminOnDuty display at /admins - by Fell - 11.05.2013, 07:59

Forum Jump:


Users browsing this thread: 2 Guest(s)