27.05.2010, 23:27
Ohhk? You just want to change your players color. (In default chat, the color of yourself will be the same when you talk too)
Simple as this.
Simple as this.
Код:
if(strcmp(cmd, "/changemycolour", true) == 0) { SetPlayerColor(playerid, CHOOSEACOLOR); } return 1; }