BrunoHolly
New member
- Joined
- Dec 23, 2016
- Messages
- 1
- Reaction score
- 0
Guys, I need you help me. I'm trying to create a cleo mod but I can't. I would like to put a dot in screen to I know where my bullet will go and it will help me a lot using C BUG. But this code that I did it's doesn't work.
I'm newbie in Cleo
The dot doesn't show when I press.
I hope you help me!!! Thanks!!!
I'm newbie in Cleo
Code:
{$CLEO .cs}
:Script
wait 0
if 0AB0:key_pressed 57
jf @Script
0342: set_text_draw_centered 1
033E: set_draw_text_position 291.0 164.0 GXT '.'
0A93: end_custom_thread
The dot doesn't show when I press.
I hope you help me!!! Thanks!!!