Jump to content

Question

Posted

Ce coduri pentru culori se pot folosi in scripting la 0.3d acum? ca COLOR_culoarea merg doar la cele simple, RED, BLUE, la DARKBLUE de exemplu nu merge, {FF0000} nu merge :| help plz

3 answers to this question

Recommended Posts

Posted

Deci

[pawn]

#define C_WHITE        "{FFFFFF}"

#define C_RED          "{FF0000}"

[/pawn]

Am definit culorile ...

Acum le bagam intr-un mesaj:

[pawn]

SendClientMessage( playerid, COLOR_WHITE, ""C_RED"ERROR: "C_WHITE"Trebuie sa fii sofer pentru a folosi aceasta comanda. ");

[/pawn]

Si, este si un tutorial: http://www.sa-mp.ro/forum/index.php/topic,7565.0.html

communitylogosml.png

94.23.120.101:7778

Posted

Dar eu vreau sa pun intr-un mesaj de genul:

[pawn]if(strcmp(cmd, "/factiuni", true) == 0)

{

if(IsPlayerConnected(playerid))

    {

                SCM(playerid, COLOR_LIGHTRED, "|_______________________________________ Factiuni _______________________________________|");

SCM(playerid, CULOARE, "1 = Politia Romana");

SCM(playerid, CULOARE, "2 = Serviciul Roman de Informatii");

SCM(playerid, CULOARE, "3 = Armata Romana");

SCM(playerid, CULOARE, "4 = SMURD");

SCM(playerid, CULOARE, "5 = Taxi Company");

SCM(playerid, CULOARE, "6 = Instructori");

SCM(playerid, CULOARE, "7 = Presedinte");

SCM(playerid, CULOARE, "8 = Hitman");

SCM(playerid, CULOARE, "9 = Master Gaming TV");

SCM(playerid, CULOARE, "10 = Regii Soselelor");

SCM(playerid, CULOARE, "11 = Clanu Capone");

SCM(playerid, CULOARE, "12 = Clanu Sadoveanu");

SCM(playerid, CULOARE, "13 = Clanu Duduianu");

SCM(playerid, CULOARE, "14 = Clanu Camataru");

        SCM(playerid, CULOARE, "15 = Clanu Corsicanu");

SCM(playerid, CULOARE, "16 = Clanu Tobosaru ");

}

return 1;

}[/pawn]

Am incercat si cu C_culoarea dar nu merg pt DARKBLUE de exemplu, si la "{FFFFFF}" zice cand dau compile ca nu e bun codul

Posted

[pawn]#define CL_RED 0xFF0000FF

#define CL_WHITE 0xFFFFFFFF

//si tot asa.

[/pawn]

Si la comanda adaugi asa:

[pawn]SCM(playerid, CL_RED, "4 = SMURD");[/pawn]

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.