-Once again, a noob question of me ; )-
#1

I got little problem with making a color command, I downloaded the colohandler Include and what I want to make is this:

if a player types /color <r value> <g value> <bvalue>
then the player's name should become those values...

This is what I got so far:
Код:
   //Color system
   
   if(strcmp("/color", cmdtext, true) == 0)
   {
   SetPlayerColor(playerid, CreateColor(R,G,B););
   }
Lol, plz help me out!
Reply


Messages In This Thread
-Once again, a noob question of me ; )- - by knackworst - 19.11.2010, 19:29
Re: -Once again, a noob question of me ; )- - by WillyP - 19.11.2010, 20:02
AW: -Once again, a noob question of me ; )- - by Extremo - 19.11.2010, 20:17
Re: -Once again, a noob question of me ; )- - by knackworst - 19.11.2010, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)