[Pomoć] U vezi boje

Započeo Contixo
25. Mar. 2012. Zaključano
341
pregleda
2
postova
Sadin
4
Made Man
25. Mar. 2012.
Skripta koju koristim: LosBalkan
Detaljan opis problema: Kako da napravim da mi je OPĆENITO boje COL_ORANGE, a ove komande /rules /help itd. bijele boje.
Dio skripte:
//---------------------------------------------------------------------------------
if(!strcmp(cmd, "/help", true))
{
if(IsPlayerConnected(playerid))
{
    SendClientMessage(playerid, TEAM_GROVE_COLOR, "--------------------------------------------------------------------------------");
SendClientMessage(playerid, COL_ORANGE, "- OPĆENITO - /rules /help /stats /changepass /give /coin /smoke /usedrugs /useadrenaline");
SendClientMessage(playerid, COL_ORANGE, "- OPĆENITO - /report /new /lbteam /leaders /eject /lock /gps /showlicenses /fill /kill /tutors /extrainfo");
SendClientMessage(playerid, COL_ORANGE, "- OPĆENITO - /tog /me /gotolbc (/w)hisper (/s)hout /call /sms /number /service /spawn");
SendClientMessage(playerid, COL_ORANGE, "- OSTALO - /househelp /bizhelp /animhelp /jobhelp /orghelp /adminhelp /vehhelp");
SendClientMessage(playerid, TEAM_GROVE_COLOR, "--------------------------------------------------------------------------------");
}
return 1;
}

Neke slike/video za lakse dobivanje pomoci(neobavezno): /
Deleted User
Obrisan korisnik
25. Mar. 2012.
Evo ovako npr
 //---------------------------------------------------------------------------------
if(!strcmp(cmd, "/help", true))
{
if(IsPlayerConnected(playerid))
{
    SendClientMessage(playerid, TEAM_GROVE_COLOR, "--------------------------------------------------------------------------------");
SendClientMessage(playerid, COL_ORANGE, "- OPĆENITO - {FFFFFF}/rules /help /stats /changepass /give /coin /smoke /usedrugs /useadrenaline");
SendClientMessage(playerid, COL_ORANGE, "- OPĆENITO - {FFFFFF}/report /new /lbteam /leaders /eject /lock /gps /showlicenses /fill /kill /tutors /extrainfo");
SendClientMessage(playerid, COL_ORANGE, "- OPĆENITO -{FFFFFF} /tog /me /gotolbc (/w)hisper (/s)hout /call /sms /number /service /spawn");
SendClientMessage(playerid, COL_ORANGE, "- OSTALO - /househelp /bizhelp /animhelp /jobhelp /orghelp /adminhelp /vehhelp");
SendClientMessage(playerid, TEAM_GROVE_COLOR, "--------------------------------------------------------------------------------");
}
return 1;
}

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha