Resource icon

CLEO Release AutoCmdSenderv2.0 - UNLIMITED KEYBINDS!

CLEO related
Status
Not open for further replies.

H4X0R

Member
Joined
Aug 12, 2013
Messages
16
Reaction score
0
I love it, thanks!
pKa5Fdm.png
 

iiZor

Active member
Joined
Feb 14, 2014
Messages
34
Reaction score
0
I crash as soon as I finish load. cleo4.1, 0.3z. help?
 

lukas

Active member
Joined
Sep 15, 2013
Messages
100
Reaction score
0
this shit isnt working  :imoverit:

IF_I_PRESS_VIRTUAL_KEY 49 DELAY 1000 THEN_SAY
/ me wtf bitch

can't type '/me' in forum :O

when i press 1, it says 'non-standard characters are not allowed in commands'
 

Bagus_Rianto

Active member
Joined
May 9, 2014
Messages
90
Reaction score
1
Opcode.eXe link said:
2 Keys-Version:

Your ini has to look like this:

Code:
IF_I_PRESS_VIRTUAL_KEY 48 and 48 DELAY 1000 THEN_SAY // if you want 1 key
I'M PRESSING THE KEY 0 .. AND I LOVE OPCODE.eXe

IF_I_PRESS_VIRTUAL_KEY 48 and 49 DELAY 1000 THEN_SAY // if you want 2 keys
I'M PRESSING THE KEY 1 AND 0
2keys version not work :yesyes:
 

Marozas

Member
Joined
Apr 28, 2014
Messages
5
Reaction score
0
1. Ok, are those 2 files need to add in the SA Cleo folder? 
2. I need to change text like this: /event 1 - /event 99. In RPG servers are events, when need to chat a number off event. Can you do for me a button on my keybord "*" to say all numbers 1-99? Like /event 1 /event 2 /event 3...
 

soleh

Active member
Joined
Apr 16, 2013
Messages
66
Reaction score
0
Opcode.eXe link said:
Now you can also add positions, where you want your cmd autotyped.

Your ini has to look like this:
Code:
IF_I_PRESS_VIRTUAL_KEY 48 DELAY 1000 THEN_SAY
I'M PRESSING THE KEY 0 .. AND I LOVE OPCODE.eXe

IF_I_PRESS_VIRTUAL_KEY 49 DELAY 1000 THEN_SAY
I'M PRESSING THE KEY 1

IF_I_PRESS_VIRTUAL_KEY 50 DELAY 1000 THEN_SAY
I'M PRESSING THE KEY 2

IF_I_PRESS_VIRTUAL_KEY 51 DELAY 0 THEN_SAY
IM SPAMMING THIS TEXT SO FAST!!!

IF_IM_NEAR
AddPlayerClass(249,-2653.6443,1388.2767,7.1301,212.8453,0,0,0,0,0,0); // SPAWN
THEN_SAY
SPAWN

IF_IM_NEAR
AddPlayerClass(249,-2616.3711,1381.6520,7.1706,264.8592,0,0,0,0,0,0); // LATERN
THEN_SAY
LATERN

IF_IM_NEAR
AddStaticVehicle(429,-2641.7434,1333.0715,6.9002,356.7624,14,14); // CARBANSHEE
THEN_SAY
BANSHE

if im near only work on 1 coordinate, its create checkpoint to before sending cmds,
cant work with multiple.. How?
i need hand over here..  :angry:
 

HoloStar

Member
Joined
Jun 26, 2013
Messages
6
Reaction score
0
this bind is really usefull. Is it possible to bind something to 2 keys? for example
Code:
IF_I_PRESS_VIRTUAL_KEY 18+120 DELAY 1000 THEN_SAY
I'M PRESSING ALT+F9
 

Norn

Member
Joined
Jul 14, 2014
Messages
10
Reaction score
0
bd0c34afac7c3234f6c08ba0d87ddc81.jpg


With

Code:
IF_I_PRESS_VIRTUAL_KEY 49 DELAY 1000 THEN_SAY
/me unholsters his desert eagle SAFETY OFF

IF_I_PRESS_VIRTUAL_KEY 50 DELAY 1000 THEN_SAY
/me holsters his desert eagle SAFETY ON

IF_I_PRESS_VIRTUAL_KEY 51 DELAY 1000 THEN_SAY
/getmats 100000
 

Mozz

Active member
Joined
Jan 9, 2014
Messages
35
Reaction score
0
For some reason, only the commands on uneven positions work (eg. the first, third, fifth commands work and second, forth, sixth don't).

I had to add my commands twice to make them work properly:
Code:
IF_I_PRESS_VIRTUAL_KEY 49 DELAY 1000 THEN_SAY
/v

IF_I_PRESS_VIRTUAL_KEY 49 DELAY 1000 THEN_SAY
/v

IF_I_PRESS_VIRTUAL_KEY 50 DELAY 1000 THEN_SAY
/seatbelt

IF_I_PRESS_VIRTUAL_KEY 50 DELAY 1000 THEN_SAY
/seatbelt

IF_IM_NEAR
AddStaticVehicle(524,-2106.5496,-130.9262,36.2525,358.2279,1,0); // CEMENT LOAD
THEN_SAY
/loadcement

IF_IM_NEAR
AddStaticVehicle(524,-2106.5496,-130.9262,36.2525,358.2279,1,0); // CEMENT LOAD
THEN_SAY
/loadcement

IF_IM_NEAR
AddStaticVehicle(524,2423.8516,1922.3590,6.9430,123.0571,1,0); // CEMENT DROP
THEN_SAY
/dropcement

IF_IM_NEAR
AddStaticVehicle(524,2423.8516,1922.3590,6.9430,123.0571,1,0); // CEMENT DROP
THEN_SAY
/dropcement
 

vincetan789

Well-known member
Joined
Apr 4, 2014
Messages
212
Reaction score
1
Opcode.eXe link said:
2 Keys-Version:

Your ini has to look like this:

Code:
IF_I_PRESS_VIRTUAL_KEY 48 and 48 DELAY 1000 THEN_SAY // if you want 1 key
I'M PRESSING THE KEY 0 .. AND I LOVE OPCODE.eXe

IF_I_PRESS_VIRTUAL_KEY 48 and 49 DELAY 1000 THEN_SAY // if you want 2 keys
I'M PRESSING THE KEY 1 AND 0

doesnt work.
 

waffle

Active member
Joined
Oct 10, 2014
Messages
68
Reaction score
0
Opcode, last time you trolling LsCNR server and i was proud you was iTroll me...

and thanks for this shit...

Opcode, you are little of little in little pieces of SHITS ....  :table_flip:  :urtheman:
 

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
1. Does it need sampfuncs ?
2. It crashes me when I start Sa:Mp.
3. How can I fix it ?
 

CrazyStyles

Member
Joined
May 15, 2014
Messages
10
Reaction score
0
I don't know why, but a command won't work when i go to the coords. The command is /materials get, BUT /materials deliver works at other coords. Any idea why this is happening?
 
Status
Not open for further replies.
Top