Search results

  1. S

    CLEO Help [LUA] Cant use any Loops in command, crashes

    how to add loop in a cmd code, my game crash when i add any kind of loop in the code like while true do or repeat until example: function main() if not isSampLoaded() or not isSampfuncsLoaded() then return end while not isSampAvailable() do wait(100) end...
  2. S

    CLEO Help Is Player visible on radar

    Hello guys there is any way if i can check if a player is visible on radar with blip why i need this check is because the opcode 0B2F: samp get_streamed_out_player_pos 4@ to 28@ 29@ 30@ gives the coordinates of players from different virtual world like example if your in freeroam you will get...
  3. S

    CLEO Help Cutout specifed string out of a string

    hello guys i need to cut out the text Occurred Polozhenie after killed and its ID too from this chat string * 7Killer(59) killed Polozhenie(109) (Weapon: Sawn-off Shotgun) (Distance: 12m) the ones marked in red are not permanent texts it can be random any string or any value the ones writen...
  4. S

    CLEO Help Ignore SetVehicleLights or GetVehicleLightsStatus from Server

    hello guys im using a ELM cleo mod which animates the front headlights which turns off or on the front headlights separatly but the problem is the server sync which continuesly turns on lights if it detects the vehicle lights are off is there anyposible way of ignoring the (Get vehicle lights...
  5. S

    CLEO Help TextDraw Disappears after Set Pos

    hi guys i just wanted to change a positon of textdraw but when when i do it the textdraw disapears i even tried set it at its original position of textdraw but still it disapears whenever this opcode applies 0C51: samp textdraw 1@ set_pos 601 352
  6. S

    CLEO Help Sanny Builder Issues

    Hello guys i have issues with sanny builder first i had issue where sanny builder doesnt recognise key_down it shows it as unknown directive i fixed it by droping ini and opecods from SAMPFuncs second i had one issue i fixed it by change upper case to As if in settings (thanks to Parasite bro...
Top