I made a CLEO bind for RP server, But i want to remove the CAPS from text please help
When i press the keys it shows this ''HELLO MY NAME IS BOB''
When i press the keys it shows this ''HELLO MY NAME IS BOB''
Code:
:BIND_11
wait 0
if and
0AB0: key_pressed 18
0AB0: key_pressed 80
0AFA: is_samp_structures_available
else_jump @BIND_12
0AF9: samp say_msg "Hello my name is Bob"
wait 300
jump @BIND_11