Jump to content
  • 0

/pcolor | /vipnamecolor - Burned


Question

Posted

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?

 

2 answers to this question

Recommended Posts

  • 0
Posted

e foarte simplu daca ai rezolvat sau mai ai nev de ajutor imi poti spune !

  • 0
Posted
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 !

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.