cleo cheats

  1. 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...
  2. L

    Help check if there is any object within 15 meters, if any, it will be marked on the map through an icon, but after being activated my game crashes

    {$CLEO .csi} thread 'Marc' :Marc wait 0 00A0: store_actor $PLAYER_ACTOR position_to $14 $15 $16 04E6: object 0@ near_point 14@ 15@ 16@ radius 15.0 15.0 15.0 flag 0 0984: 10@ = object 0@ model if 10@ == 1276 then 01BB: store_object 0@ position_to $72 $73 $74 04CE: 9@ =...
  3. L

    I want to translate this code to pawn or something that works in cleo

    new nr; new text[128]; forward GetPlayerId(name[]); forward GetPlayerNumber(playerid); public OnPlayerText(playerid, text[]) { new player_name[MAX_PLAYER_NAME]; GetPlayerName(playerid, player_name, sizeof(player_name)); new quote_start_pos = strstr(text, "(( "); if...
  4. K

    Help What is the mods name?

    What is the mod this guy uses and how he does that? passive income mod
  5. S

    CLEO Help Need help to code /spread, when i text it made a crash

    Hello, im trying to made a cleo named spread run with a chat cmd, like /spread, i took part of the original code but adding some things like samp_register_client_command and a new loops but it only generates a crash and it doesnt execute the code i will upload the cleo without my codes and the...
Top