Jump to content
  • 0

Culori...


[RDE]Secret

Question

Salut...Vreau sa stiu cum scot dintrun script culorile de la 0.3c si sa le bag pe cele de 0.3b...

==stiu k poate e usor dar de ex am incercat sa modific comanda /credits dp dkr [scz vampir_md :))]

Comanda originala

  ||

  \\//

if(strcmp(cmd, "/credits", true) == 0)

{

    if(Roman[playerid] == 0)

    {

      new name[MAX_PLAYER_NAME], strg[900];

      GetPlayerName(playerid, name, sizeof(name));

      format(strg,sizeof(strg),"{6EF83C}Gamemod --> {FC0303}Vampir_MD\n\n{6EF83C}Filterscripts --> {FC0303}Vampir_MD, Others\n\n{6EF83C}Maps --> {FC0303}Nemecry ,Storm\n\n{6EF83C}Donatori --> {FC0303}Storm ,Vampir_MD\n\n{6EF83C}Host --> {FC0303}Ionut\n\n{6EF83C}And {F81414}%s {6EF83C}for playeing on the server",name);

      ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{6EF83C}---- {FC0303}Credits {6EF83C}----", strg, "-->oK<--", "");

}

    if(Roman[playerid] == 1)

    {

      new name[MAX_PLAYER_NAME], strg[900];

      GetPlayerName(playerid, name, sizeof(name));

      format(strg,sizeof(strg),"{6EF83C}Gamemod --> {FC0303}Vampir_MD\n\n{6EF83C}Filterscripts --> {FC0303}Vampir_MD, Alti\n\n{6EF83C}Maps --> {FC0303}Nemecry ,Storm\n\n{6EF83C}Donatori --> {FC0303}Storm ,Vampir_MD\n\n{6EF83C}Host --> {FC0303}Ionut\n\n{6EF83C}Si {F81414}%s {6EF83C}pentru ca joaca pe acest server",name);

      ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{6EF83C}---- {FC0303}Credits {6EF83C}----", strg, "-->oK<--", "");

      }

    return 1;

  }

Iar eu am incercat sa pun curoalea de 0.3b=>{0xAA3333AA} [rosu]

apoi in joc imi apare 0xAA3333AA

in loc sa imi apara culoarea rosie:|||||

------------------------------------------------------------------------------------------------------------------------------------------------------------------

SCUZE ca vreau sa modific comanda aceasta [e super tare]

pls numi dati warn..;)

youtube.com/secretofficial1 < - SECRET CHANNEL !

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

Stergi doar culorile!

if(strcmp(cmd, "/credits", true) == 0)
   {
    if(Roman[playerid] == 0)
    {
      new name[MAX_PLAYER_NAME], strg[900];
      GetPlayerName(playerid, name, sizeof(name));
      format(strg,sizeof(strg),"Gamemod --> Vampir_MD\n\nFilterscripts --> Vampir_MD, Others\n\nMaps --> Nemecry ,Storm\n\nDonatori --> Storm ,Vampir_MD\n\nHost --> Ionut\n\nAnd %s for playeing on the server",name);
      ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "---- Credits ----", strg, "-->oK<--", "");
   }
    if(Roman[playerid] == 1)
    {
      new name[MAX_PLAYER_NAME], strg[900];
      GetPlayerName(playerid, name, sizeof(name));
      format(strg,sizeof(strg),"Gamemod --> Vampir_MD\n\nFilterscripts --> Vampir_MD, Alti\n\nMaps --> Nemecry ,Storm\n\nDonatori --> Storm ,Vampir_MD\n\nHost --> Ionut\n\nSi %s pentru ca joaca pe acest server",name);
      ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "---- Credits ----", strg, "-->oK<--", "");
      }
    return 1;
   }

Link to comment
Share on other sites

heker...esti varza ... esti turc? el o zis ca vrea sa apara culorile

MUTATI SERVERU PE 0.3c BA!! ce tot le tineti pe 0.3b nu inteleg...

Disperatule,a zis cineva ca e interzis sa stea pe 0.3b? Daca pe 0.3b are succes cu sv ce te bagi u?

+ a zis ca doar culoarea vrea sa o schimbe nu ca e pe 0.3b

Link to comment
Share on other sites

Ruben" post="76597" timestamp="1307870842"]

Disperatule,a zis cineva ca e interzis sa stea pe 0.3b? Daca pe 0.3b are succes cu sv ce te bagi u?

+ a zis ca doar culoarea vrea sa o schimbe nu ca e pe 0.3b

BNBN dar el e pe 0.3b pt ca nu ii apar culorile !

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Link to comment
Share on other sites

Cookie, nu mai face ca disperatu'.

Heker, tu pe ce lume esti ?

[Funky]Secret, nu poti schimba culorile in 0.3b, doar in 0.3c, in 0.3b trebuie sa le scoti, de exemplu:

- in 0.3c:

SendClientMessage( playerid, -1, "Ce mai {FF0000}faci ?");
- in 0.3b:
SendClientMessage( playerid, -1, "Ce mai faci ?");

Culorile au fost adaugate in 0.3c.

Link to comment
Share on other sites

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.