- 10
- 3
CLEO:
0B20: samp 3@ = actor_handle_by_samp_player_id 2@
0B36: samp $pName = get_player_nickname 2@
0B37: samp $pColor = get_player_color 2@
0B6F: render font 1@ draw_text $pName pos $x $y color $pColor
The text is being drawn when I don't use $pColor aka. get_player_color of all looped players (2@). But when I use -1 color it draws fine.
For some reason the only problem here is that if I want to draw the text with color of $pColor it just won't draw.
Anyone idea how to fix this?