CLEO Help Reload mod & weapon change system issue with the chatbox

CLEO related
Status
Not open for further replies.

Brixton

New member
Joined
Feb 4, 2014
Messages
4
Reaction score
0
First time I posted here. A few people I know have problems with the two mods.
I want to be able to type the letter R in the chatbox without my gun reloading but I want to be able to reload when my chatbox is closed still.
I also want my weapon change system.cs to have the same properties, as in I don't want to switch guns when I'm typing a number in chat because it gets really annoying.

Link to the reload mod (reload button is X because I got annoyed everytime I typed R the gun would reload): puu.sh/9biKw/843b9cdbe2.cs
Link to the weapon change mod (seems to be slow in changing weapons, don't know why): puu.sh/9biQQ/249b01b720.cs

Thanks.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
Add at every condition '8B21: not samp is_chat_opened'

Like this;
Code:
00D6: if and
8B21: not	samp is_chat_opened
0AB0:   key_pressed 88 //R
004D: jump_if_false @etc
 
Status
Not open for further replies.
Top