Jump to content

Question

Posted

Salut!

Va rog si eu ceva..sa imi puneti la LuxAdmin sa se vada de ex : "Ady (Admin)" intelegeti..

Va rog mult! si la Vip tot la fel

Link LuxAdmin : http://www.solidfiles.com/d/X8XO/

Thx +1 cine ma ajuta!

Fara reclama in semnatura!

3 answers to this question

Recommended Posts

Posted

Salut!

Va rog si eu ceva..sa imi puneti la LuxAdmin sa se vada de ex : "Ady (Admin)" intelegeti..

Va rog mult! si la Vip tot la fel

Link LuxAdmin : http://www.solidfiles.com/d/X8XO/

Thx +1 cine ma ajuta!

Inca odata, aici nu se cer scripturi, doar va ajutam la rezolvari...

Poftim la OnPlayerText

[pawn]    if(AccInfo[playerid][Level] >= 1)

    {

        new MMM[128];

        format(MMM,sizeof(MMM),"{1589FF}(Admin){FFFFFF} %s", text);

        SendPlayerMessageToAll(playerid, MMM);

        return 0;

    }[/pawn]

35012l1.png.aee1a3398b9bd9f8eec50574d2cd

Posted

[pawn]#if ADM_InMSG == true

        if (AccInfo[playerid][Hide] == 0)

        {

        if(AccInfo[playerid][Level] > 0)

        {

        new str3[256];

        format(str3, 256, "(Admin): %s", text);

        for(new gz=0;gz<200;gz++)

        if(IsPlayerConnected(gz))

        SendPlayerMessageToPlayer(gz, playerid, str3);

        else SendPlayerMessageToPlayer(gz, playerid, text);

        }

        return 0;

        }

        #endif[/pawn] sau pt vip

[pawn]#if ADM_InMSG == true

        if (AccInfo[playerid][Hide] == 0)

        {

        if(AccInfo[pVip] >= 1)

        {

        new str3[256];

        format(str3, 256, "(VIP): %s", text);

        for(new gz=0;gz<200;gz++)

        if(IsPlayerConnected(gz))

        SendPlayerMessageToPlayer(gz, playerid, str3);

        else SendPlayerMessageToPlayer(gz, playerid, text);

        }

        return 0;

        }

        #endif[/pawn]

[glow=blue,2,300]SAMP.[glow=yellow,2,300]RSP-GAME[glow=red,2,300].NET[/glow][/glow][/glow]

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.