I need help with a command
#4

PHP код:
 YCMD:aduty(playeridparams[], help)
  {
    new 
string[120];
    if(
PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playeridCRVENA"LH | {FFFFFF}Niste admin.");
    switch(
AdminDuty[playerid]) 
    {
        case 
0
        {
            
format(stringsizeof string""CRVENA"LH | {F3F707}Admin {FF0000}%s {F3F707}je na dužnosti, za pomoć kucajte /pitaj."GetName(playerid));
            
SendAdminMessage(-1string);
            
AdminDuty[playerid] = 1;
            
God[playerid] = 1;
            
SetPlayerColor(playeridCOLOR_PURPLE);
            
SetPlayerArmour(playerid99.0);

        } 
        case 
1
        {
            
SetPlayerArmour(playerid0);
            
format(stringsizeof string""CRVENA"LH | {F3F707}Admin {FF0000}%s {F3F707}više nije na dužnosti."GetName(playerid));
            
AdminDuty[playerid] = 0;
            
SetPlayerColor(playeridBIJELA);
        }

    }
    return 
true;

Reply


Messages In This Thread
I need help with a command - by AmarPlayer - 20.07.2017, 12:40
Re: I need help with a command - by aoky - 20.07.2017, 12:47
Re: I need help with a command - by Runn3R - 20.07.2017, 12:51
Re: I need help with a command - by ISmokezU - 20.07.2017, 12:55
Re: I need help with a command - by AmarPlayer - 20.07.2017, 16:53
Re: I need help with a command - by Daymen - 20.07.2017, 20:07

Forum Jump:


Users browsing this thread: 2 Guest(s)