Jump to content
  • 0

/pcolor | /vipnamecolor - Burned


CenzoR

Question

Salut, am cautat tot gm-ul burned cum sa bag culori noi in /pcolor si /vipnamecolor, nu am gasit am gasit doar cmd:pcolor si vipnamecolor

Ma puteti ajuta cum sa bag culori noi? Cred ca daca bag aici nu va merge 

"{FFFFFF}Dezactivare\n{0BA10B}Dark green\n{D1FF99}Light green\n{FF3D98}Pink\n{F9FF3D}Yellow\n{FFEF85}Light yellow\n{3DE5FF}Lightblue\n{FFAB3D}Orange\n{A13DFF}Mauve\n{FFC27D}Gold\n{FFA3A3}Light red\n{C5A3FF}Purple", "Ok", "Close");
    return 1;

Ma puteti ajuta plizz?

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
On 4/30/2019 at 8:16 AM, CenzoR said:

Salut, am cautat tot gm-ul burned cum sa bag culori noi in /pcolor si /vipnamecolor, nu am gasit am gasit doar cmd:pcolor si vipnamecolor

Ma puteti ajuta cum sa bag culori noi? Cred ca daca bag aici nu va merge 

"{FFFFFF}Dezactivare\n{0BA10B}Dark green\n{D1FF99}Light green\n{FF3D98}Pink\n{F9FF3D}Yellow\n{FFEF85}Light yellow\n{3DE5FF}Lightblue\n{FFAB3D}Orange\n{A13DFF}Mauve\n{FFC27D}Gold\n{FFA3A3}Light red\n{C5A3FF}Purple", "Ok", "Close");
    return 1;

Ma puteti ajuta plizz?

YCMD:pcolor(playerid, params[], help) {
    if(PlayerInfo[playerid][pPremiumAccount] == 0) return 1;
    ShowPlayerDialog(playerid, DIALOG_PCOLOR, DIALOG_STYLE_LIST, "Colors:",
    "{FFFFFF}Dezactivare\n{0BA10B}Dark green\n{D1FF99}Light green\n{FF3D98}Pink\n{F9FF3D}Yellow\n{FFEF85}Light yellow\n{3DE5FF}Lightblue\n{FFAB3D}Orange\n{A13DFF}Mauve\n{FFC27D}Gold\n{FFA3A3}Light red\n{C5A3FF}Purple\n{4169E1}Royan Blue\n{9ACD32}YellowGreen\n{F0E68C}Khaki\n{BDB76B}DarkKhaki\n{FF1493}DeepPink\n{9966CC}Amethyst\n{F0B2B2}PinkOrange\n{DB7093}PaleVioletRed", "Ok", "Close");
    return 1;
}

stock serverColors(id) {
    new string[180];
    switch(id) {
        case 0: string = "FFFFFF";
        case 1: string = "0BA10B";
        case 2: string = "D1FF99";
        case 3: string = "FF3D98";
        case 4: string = "F9FF3D";
        case 5: string = "FFEF85";
        case 6: string = "3DE5FF";
        case 7: string = "FFAB3D";
        case 8: string = "A13DFF";
        case 9: string = "FFC27D";
        case 10: string = "FFA3A3";
        case 11: string = "C5A3FF";
        case 12: string = "4169E1";
        case 13: string = "9ACD32";
        case 14: string = "F0E68C";
        case 15: string = "BDB76B";
        case 16: string = "FF1493";
        case 17: string = "9966CC"
        case 18: string = "F0B2B2";
        case 19: string = "DB7093";
    }
    return string;
}
 Sper ca te-am ajutat, succes !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.