What wrong here ? Why don't work call ?
@supahdupahnubah
@monday
@springfield
PHP:
{$CLEO .cs}
0000: NOP
REPEAT
wait 0
UNTIL 0AFA:
WHILE TRUE
wait 0
IF 00DF: actor $PLAYER_ACTOR driving
THEN
0@ = Actor.CurrentCar($PLAYER_ACTOR)
IF
Car.Model(0@) == #INFERNUS
THEN
05AA: 1@s = 'INFERNUS' // @s = 'short' // Infernus
call @CarName 0
END
END // END 00DF: actor $PLAYER_ACTOR driving
END // END WHILE TRUE
:CarName
03F0: enable_text_draw 1
033F: set_text_draw_letter_size 0.5 1.0
060D: draw_text_shadow 1 rgba 3 3 3 180
0340: set_text_draw_RGBA 255 255 255 255
0349: set_text_draw_font 1
0343: set_text_draw_linewidth 400.0
081C: draw_text_outline 1 RGBA 0 0 0 255
033E: set_draw_text_position 155.0 358.0 GXT 1@s
ret 0
@supahdupahnubah
@monday
@springfield