Jump to content
  • 0

Cine ma ajuta?


Raphy

Question

9 answers to this question

Recommended Posts

In aceste linii am uitat sa le mai pun

In aceasta linie cu Rosu:

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

{

      new messagetext[802];

  format(messagetext, 228, "[%d][ADMIN]: %s", playerid, text);

  SendPlayerMessageToAll(playerid, messagetext);

  return 0;

    }

Si in aceasta linie cu lightblue:

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

{

      new messagetext[1002];

  format(messagetext, 228, "[%d][VIP]: %s", playerid, text);

  SendPlayerMessageToAll(playerid, messagetext);

  return 0;

}

Link to comment
Share on other sites

Da mersi dar codul pentru culoarea lightblue? sau macar pentru albastru aceea nu mi-ai dat-o

Oi vrea sa iti dau toate culorile din lume cu formatul asta ?

Cauta undeva la tine in script:

#define COLOR_LIGHTBLUE 0xCuloareFF

si o folosesti asa:

SendClientMessage( playerid, -1, "Culoarea alb, iar aceasta {culoare}albastru deschis !" );

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

Link to comment
Share on other sites

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.