Jump to content
  • 0

pomoc Farba


Guest StReeY [Dinti]

Dotaz

Guest StReeY [Dinti]

if(strcmp(cmd, "/commands", true) == 0) {
	SendPlayerFormattedText(playerid,"/158 /150 /155 /povolani /property /afk /animacie /inzerat /banka.",0);
	SendPlayerFormattedText(playerid,"/statistika /online /lock /unlock /nic /nic /nic /nic",0);
	SendPlayerFormattedText(playerid,"/nic /nic /nic /nic /nic /nic /nic /nic",0);
	SendPlayerFormattedText(playerid,"/nic /nic /nic /nic /nic /nic /nic /nic", 0);

 

ako sa da pri tomto zmenit farba ???? lebo stale mam dajaku volajaku cervenu :d

Link to comment
Share on other sites

6 odpovědí na tuto otázku

Recommended Posts

  • 0
Guest StReeY [Dinti]

E:\DOCUME~1\matus\Plocha\servery\SAMP02~1.WIN\GAMEMO~1\Eos.pwn(512) : error 035: argument type mismatch (argument 2)

 

riadok

SendPlayerFormattedText(playerid, COLOR_RED,"/158 /150 /155 /povolani /property /afk /animacie /inzerat /banka.",0);

Link to comment
Share on other sites

  • 0

Nekam do modu

public SendPlayerFormattedText(playerid, const str[], define)
{
new tmpbuf[256];
format(tmpbuf, sizeof(tmpbuf), str, define);
SendClientMessage(playerid, 0xFF004040, tmpbuf);
}

Link to comment
Share on other sites

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...