Hello guys. I want to my cleo prints a text when I press a key. But when I press the key, it just cleans the chat.
SS:
Code:
// This file was decompiled using SASCM.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
{$CLEO .cs}
//-------------MAIN---------------
thread 'LUKASS'
:noname_1
wait 0
if
0AB0: key_pressed 88
else_jump @noname_1
0AF8: samp add_message_to_chat "hello" color 0xFFFFFF
jump @noname_2
:noname_2
jump @noname_1
return
SS: