12.06.2014, 13:47
#define RedColor 0xFF0000FF
#define YellowColor 0xFFFF00FF
SetPlayerAttachedObject(playerid, 3, 19487, 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1,RedColor );// will show blue
SetPlayerAttachedObject(playerid, 3, 19487, 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1,YellowColor );// will show pink
when i use it in-game the hat color (RedColor) will paint the hat, Blue
and YellowColor will be Pink !
#define YellowColor 0xFFFF00FF
SetPlayerAttachedObject(playerid, 3, 19487, 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1,RedColor );// will show blue
SetPlayerAttachedObject(playerid, 3, 19487, 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1,YellowColor );// will show pink
when i use it in-game the hat color (RedColor) will paint the hat, Blue
and YellowColor will be Pink !