Recent content by san11

  1. S

    CLEO Help hello

    Send the picture of text on the screen
  2. S

    CLEO Help who can teach me how to decrypt any cleo?

    Next time make 88resofan account and get 50$ ready, and tutorial will be done until 4:00
  3. S

    CLEO Help The script only works when I'm in the vehicle.

    Maybe if you tell us what that script does ?? " The script only works when I'm in the vehicle. " wtf are we supposed to do with this, give more details, can't read minds
  4. S

    CLEO Help Need help with cleo file

    it appears that you added [shcode=cpp][shcode] thats why it did not want to compile here try this: {$CLEO} 0000: wait 5000 0AC8: 1@ = allocate_memory_size 260 0AC8: 2@ = allocate_memory_size 260 0AC8: 7@ = allocate_memory_size 260 0AC8: 15@ = allocate_memory_size 260 0AC8: 16@ =...
  5. S

    CLEO Help Help me /settime /setweather

    use /settime
  6. S

    Someone have this cleo?

    You should ask @_Safa he has the best player/server crashers
  7. S

    CLEO Help If a player is in a vehicle do a chat command.

    I tried this, every 3 seconds it will type /upgrade in chatbox {$CLEO .cs} 0000: while true wait 0 if 00DF: actor $PLAYER_ACTOR driving then wait 3000 say "/upgrade" end end
  8. S

    AutoGuard.cs

    Here, i compiled it for you Good luck
  9. S

    AutoGuard.cs

    probably because of "alloc 8@" 8 try 0AC8: 8@ = allocate_memory_size 260 instead
  10. S

    CLEO Help Script Help

    That's not how it happened
  11. S

    AutoGuard.cs

    If you aim at player and press B at the same time it will only say /vest 200, i know you want it to be /vest playerID 200 but I don't know how to get player id, i think you need player address or smting.
  12. S

    AutoGuard.cs

    Something like this {$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
  13. S

    AutoGuard.cs

    So when you aim at someone and press B it automatically types /vest 200 in the chatbox ?
  14. S

    CLEO Help reaction not working

    Does anyone know why this does not work ?
  15. S

    CLEO Help Problem with Variable member

    Syntaksa koda ti je 0B34: samp register_client_command "mycmd" to_label @cmd_mycmd
Top