24.01.2011, 01:53
Is fSpeed a float and color NOT a string? If not, the code below should do the trick.
Also, don't forget that you're trying to set color as a string, so make sure that it's a string and not an integer.
pawn Код:
if(0 < fSpeed < 30) color = "0x04B404FF";