cleo samp

  1. D

    CLEO Help Need Multi Samp Functions

    I need help, please help me... I need functions that can be used without SAMPFUNC to use it like this: 0AB1: @The_Func_Im_lookingfor 3 1@ $2 $three _returned: $return1 @2 $result3 If possible, I also need the function to also be adapted to this function called @get_samp_version_id (From...
  2. D

    Help [CLEO HELP] Get actor/other player weapon id/name thing

    I need an example about geting an info of other player's weapons at every weapon slot. I'm playing samp version 0.3DL, I use Cleo 4 and preventing SAMPFUNCS to avoid detection. currently im developing an ESP like cleo, but it shows players distance (the numbers) and currently that "safe"s are...
  3. Z

    Car spawner. Final.

    A very simple car spawner with list made by category. To bring up the menu, use the keys [Z] and [O] toghether. In this mod you have a good selection of cars, planes, helicopters, boats and some fun stuff. Have fun, and if there are any problems, don t hesitate to PM me, it s my very first large...
  4. Z

    Help Auto dialog select not working on samp R1.

    Can someone fix this for me, it s not working on samp 0.3.7. Here is the code: {$CLEO .cs} 0000: wait 5000 printf "~y~AutoDialogSelect -- ~g~LOADED" time 1000 0AB1: @get_samp_version_id 0 _returned: ID 31@ while true wait 0 IF 0256: player $PLAYER_CHAR defined then IF 0AB1...
  5. Z

    Help Cleo.

    Hello again, i created a CMD for my samp server and i want to add a feature that when i type the command "/qt" it will say in chat like: Attention! The game will close in 15 seconds. Attention! The game will close in 10 seconds. Attention! The game will close in 5 seconds. with a delay of 5...
  6. Q

    CLEO Help How can I decrypt the ".cs" cleo file?

    I have a cleo panel that adds accessories to cars. This panel charges you 250$ when you add something to the car in the game. I want to change this from the values in the code and instead of taking 250 dollars from you, I want it to give you that 250 dollars. So when I add an accessory to the...
  7. L

    Help SA-MP Android "Car Finder/Vehicle Finder"

    Hello, do you have a Cleo for this stuff? I've searched the post but Only found for the PC version. Maybe one of you have this Cleo and be kind enough to share it? Thank You.
  8. E

    CLEO Help a little help with this cleo please!

    {$CLEO .cs} thread 'TowCars' 0@ = 0 // Initialize toggle variable to off :TowCars_Loop wait 0 if 0@ == 1 // If toggle variable is on then 0C8F: samp process_chat_input "/towcars" // Execute the "/towcars" command wait 30000 // Wait for 30 seconds end jump @TowCars_Loop...
Top