ThermaL
Expert
- Joined
- Oct 23, 2013
- Messages
- 1,593
- Reaction score
- 3
Code:
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'CHAT'
if
8AF7: get_samp_base_to 29@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
:CHAT_01
wait 0
if
0AB0: key_pressed 123
else_jump @CHAT_01
0AF8: samp add_message_to_chat "Guy: I'm stupid" color 0xFFFFFF
jump @CHAT_01