/admins - command problem
#5

What...

pawn Код:
color[100];
pawn Код:
if(playerData[i][playerAdminDuty] == true)
            {
                color = "{FF0770}"; // pink
            }
            else color = "{C0C0C0}"; //grey
can easy be done
pawn Код:
new color, string[12];
color = 0xFF0770AA >>> 8;
format(string, 12, "{%06x}", color);
Reply


Messages In This Thread
/admins - command problem - by Hammad123 - 16.02.2019, 09:19
Re: /admins - command problem - by Hammad123 - 16.02.2019, 17:43
Re: /admins - command problem - by DarkBr - 16.02.2019, 18:21
Re: /admins - command problem - by d3ll - 16.02.2019, 22:07
Re: /admins - command problem - by d3Pedro - 16.02.2019, 23:57
Re: /admins - command problem - by Hammad123 - 17.02.2019, 10:08
Re: /admins - command problem - by TheToretto - 17.02.2019, 10:57
Re: /admins - command problem - by Hammad123 - 18.02.2019, 13:27
Re: /admins - command problem - by Hammad123 - 19.02.2019, 13:15
Re: /admins - command problem - by Hammad123 - 20.02.2019, 13:22

Forum Jump:


Users browsing this thread: 2 Guest(s)