19.11.2010, 19:29
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:
Lol, plz help me out!
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);); }