Search results

  1. C

    CLEO Help Who killed me CLEO script doesn't work if I try to make it in chat?

    {$CLEO .cs} 0000: WHILE TRUE     WAIT 0 // FOR ALL PEDS    0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0 000A: 29@ += 0x4 0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0 for 30@ = 0 to 35584 step 0x100     0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0     000A: 29@ +=...
  2. C

    CLEO Help infinite loop?

    I need some help with spammer... how do you make infinite loop? Example: say_msg 1 say_msg 2 say_msg 3 say_msg 4 :loop-repeat: and with toggle key? if key pressed 0 say_msg 1 say_msg 2 say_msg 3 say_msg 4 :loop-repeat: until key pressed 0 again? maybe with sampfuncs command?
  3. C

    CLEO Help samp add_message_to_chat - Lower case letters?

    How to do that? It's all capitals... but SR_Team's scripts have lower case... thx
  4. C

    CLEO Help Reconnect CLEO scripts freezing the game?

    Reconnect CLEO scripts freeze my game... I have SF, MGF, CLEO 4.1, GTA_SA v1.0 US, ASI Loader...................................... EVERY SINGLE reconnect script I tried to use freezes my game, here's how it happens, same way all the time: Disconnect, with message *server is restarting*...
  5. C

    CLEO Help Disable/Enable CLEO script on the same command?

    I know, for commands I need SAMPFUNCS, I have it, MGFunc too. So dus any1 know how to add a disable and enable for a CLEO script on the same command? Da problem is that we can only put 1 label per command... and there are some scripts that use same cmd for deact. and act. like SR_Team's GM...
Top