does anyone know how to fix this ?
#2

Here you go:

Код:
//----------------------
// Admin Tag
//----------------------
    if(PlayerInfo[playerid][Admin] == 3)
    {
        new Str1[128];
        format(Str1, sizeof(Str1), "{996666}[ADMIN] {25A5A8}%s: {FFFFFF}(%d): %s",GetName(playerid), playerid, text);
        SendClientMessageToAll(0xFFFFFF ,Str1);
        return 1;
    }
    else if(PlayerInfo[playerid][Admin] == 4)
    {
        new Str2[128];
        format(Str2, sizeof(Str2), "{996666}[LEADER] {25A5A8}%s: {FFFFFF}(%d): %s",GetName(playerid), playerid, text);
        SendClientMessageToAll(0xFFFFFF ,Str2);
        return 1;
    }
    else if(PlayerInfo[playerid][Admin] == 2)
    {
        new Str3[128];
        format(Str3, sizeof(Str3), "{996666}[MOD] {25A5A8}%s: {FFFFFF}(%d): %s",GetName(playerid), playerid, text);
        SendClientMessageToAll(0xFFFFFF ,Str3);
        return 1;

    }
Reply


Messages In This Thread
does anyone know how to fix this ? - by PuN1Sh3r - 30.01.2016, 09:42
Re: does anyone know how to fix this ? - by K0P - 30.01.2016, 09:51
Re: does anyone know how to fix this ? - by PuN1Sh3r - 30.01.2016, 10:06
Re: does anyone know how to fix this ? - by Tamy - 30.01.2016, 10:21
Re: does anyone know how to fix this ? - by PuN1Sh3r - 30.01.2016, 10:23
Re: does anyone know how to fix this ? - by Tamy - 30.01.2016, 10:29
Re: does anyone know how to fix this ? - by PuN1Sh3r - 30.01.2016, 10:32
Re: does anyone know how to fix this ? - by Tamy - 30.01.2016, 10:40
Re: does anyone know how to fix this ? - by PuN1Sh3r - 30.01.2016, 10:43
Re: does anyone know how to fix this ? - by Sew_Sumi - 30.01.2016, 10:56

Forum Jump:


Users browsing this thread: 2 Guest(s)