KeyBinder?
Do you have any video about that or sometihng
So when you aim at someone and press B it automatically types /vest 200 in the chatbox ?
Something like this
PHP:{$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF AND 0AD2: 0@ = player $PLAYER_CHAR targeted_actor 0AB0: key_pressed 66 THEN say "/vest 200" END END
{$CLEO .cs}
0000: NOP
thread "ChaosGuard"
REPEAT
WAIT 100
UNTIL 0AFA: is_samp_available
WHILE TRUE
WAIT 0
IF
0AD2: 0@ = player $PLAYER_CHAR targeted_actor
THEN
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
IF
0AB0: key_pressed 66
THEN
0AF9: samp say_msg "/vest %i 200" 1@
wait 500
END
END
END
I'm so bad can you send it to me finished? But i think it doesn't work becouse the id player is missing.
I need something like this:
PHP:{$CLEO .cs} 0000: NOP thread "ChaosGuard" REPEAT WAIT 100 UNTIL 0AFA: is_samp_available WHILE TRUE WAIT 0 IF 0AD2: 0@ = player $PLAYER_CHAR targeted_actor THEN 0B2B: samp 1@ = get_player_id_by_actor_handle 0@ IF 0AB0: key_pressed 66 THEN 0AF9: samp say_msg "/vest %i 200" 1@ wait 500 END END END
Hahaha haha I didn't create it, I just copied itHaha you said you are bad and you add more codes hahaja
Welcome to ugbase 2020So what happens in-game exactly? You people always just say "mimii doesnt work help pls", yea but what about explaining what actually DOESN'T work?
Nothing actually. The CLEO file the OP sent is perfectly fine. At this point should just leave it down to him to fix as he clearly doesn't want help.So what happens in-game exactly? You people always just say "mimii doesnt work help pls", yea but what about explaining what actually DOESN'T work?
Nothing actually. The CLEO file the OP sent is perfectly fine. At this point should just leave it down to him to fix as he clearly doesn't want help.
Nothing actually. The CLEO file the OP sent is perfectly fine. At this point should just leave it down to him to fix as he clearly doesn't want help.
So what happens in-game exactly? You people always just say "mimii doesnt work help pls", yea but what about explaining what actually DOESN'T work?
In order to preserve original string formatting go to Options(F10) -> Formats and set "Case converting" option to "As is".