looking for comands
#1

howdy mates im looking for 2 commands 1st:to change the player nick colour in game (exmpl:/ncolour 14) and 2nd:to change carcolour ingame (exmpl:/carclr 45 234)

if can help me thanks and if you can't thanks anyway



p.s: srry if my english is bad but im portuguese XD
Reply
#2

I'm not sure about the car one but player one is:
Код:
SetPlayerColor(playerid,color);
/Artix
Reply
#3

thx do i put it just like this
Код:
SetPlayerColor(playerid,color);
beause it gave me a error saing undetefied symbol

or do i do like SetPlayerColor(playerid, 0xAA3333AA); (red i think)
Reply
#4

Hello!
I making the colour one.
Код:
if (strcmp(cmdtext, "/wtf", true)==0)
	{
	SetPlayerColor(playerid,0xffffff00);
  return 1;
	}
Here you are.
Reply
#5

ok thx i did that now i just need the one to change the carcolour can anyone tell me ??

idnt think
SetPlayerVehicleColour(playerid,colour) will work
Reply
#6

ChangeVehicleColor(vehicleid, color1, color2)
Note that there are color IDs here, look for them on the wiki.
Reply
#7

thx mate
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)