Search results

  1. S

    CLEO Help Check if vehicle occupied?

    In a script.
  2. S

    CLEO Help Check if vehicle occupied?

    How do I check if vehicle is empty?
  3. S

    CLEO Help NOP onfoot and incar data?

    no nop incar data?
  4. S

    CLEO Help NOP onfoot and incar data?

    I kinda forgot the difference between size 1, size 2 and size 4...
  5. S

    CLEO Help NOP onfoot and incar data?

    0B2E: 10@ = read_samp_memory offset 0x4D10 size 1 0B2D: write_samp_memory offset 0x4D10 value 0xC3 size 1 IS that okay for onfoot data? Because this is apparently new NOP onfoot data... though it causes crash sometimes... but what is new 0.3.7 NOP incar data plox? thx
  6. S

    Help Cheating servers?

    Any cheating allowed servers out there?? I also can't find old cheating allowed server anywhere... thx
  7. S

    CLEO Help %s and %d no longer work in chatmsg?

    wtf thanks I feel dumb now :c
  8. S

    CLEO Help %s and %d no longer work in chatmsg?

    for example: 3@ = SAMP.GetActorHandleByPlayerID(2@) 4@ = SAMP.GetPlayerNickname(2@) chatmsg "Player %s has ID %d." 4634665 4@ 2@ This worked okay in 0.3z with SAMPFUNCS 5.1.2. In 0.3.7 with SAMPFUNCS 5.2.1 the result is: "PLAYER has ID D." wtf Should I use %x or something?
Top