04.01.2013, 11:16
Quote:
|
In simple terms, I asked why he did not add Feet too, to expand the usage of his include.
UNDERSTAND? |
Only just add these sets:
pawn Code:
#define GetFeet(%0) (E@_R[%0] * 3.280)
pawn Code:
static Str[129];
format(Str, sizeof(Str), "Your vehicle traveled %0.3f feet.", GetFeet(vehicleid));
Thanks for commenting


