Search results

  1. S

    CLEO Help Encrypt Cleo file

    how to decrypt it ? when i try to open it looks like this // This file was decompiled using SASCM.ini published by Seemann (Http://Sannybuilder.Com/Files/Sascm.Rar) on 13.10.2007 {$CLEO .cs} //-------------MAIN--------------- hex 00
  2. S

    Help SA-MP Admin Access

    i use R5 now lua no more works what should i do ?
  3. S

    Help need script for R4 server

    i create lua script my self and its wonderful working like a charm thanks who replied for help
  4. S

    Help get player working ID

    this opcode sampGet3dTextInfoById returns if player has attached 3dtextdraw i can get coord from it and even text name but i need player id if 3dtext attached to player i get only 65535 idk how to get working ID from player please help cleo or lua both ok for me
  5. S

    Help is there way to get individual player wanted level from player ?

    On most servers is disabled for normal players, only admins are able to see It nope not entirely true it is like kill count if player kills 6 player 3d text shows in body "MostWanted" this is what i want to check i can do that by checking if player has 3dtext in body but that is not what i...
  6. S

    Help is there way to get individual player wanted level from player ?

    That’s probably a singleplayer opcode, for this you probably will have to keep track of players in the killlog (if it’s enabled on your server) i was giving example and i am asking for samp
  7. S

    Help is there way to get individual player wanted level from player ?

    hey guys i wonder if i can get each individual players wanted level ? i am making script to see if player has kill 6 players which is 6 star level wanted and i am sure this opcode (01C0: $PLAYER_WANTED_LEVEL = player $PLAYER_CHAR wanted_level) don't work it will show only my wanted level (my...
  8. S

    Help how to send what object i have attached to my vehicle

    lets say i wanna sync this (18648) its blue neon to visible to all players
  9. S

    Help how to send what object i have attached to my vehicle

    1: its samp r2 i wanna send attached object info to server so it can be visible to all player is it possible ? 2: how to get admin level info i wanna make readable which level of admin he is like a text info attached to admin shows level 2 or level 7 what ever it is this is important for me...
  10. S

    IsActorDamaged

    single player sometimes works but samp version R2 not working
  11. S

    Help need script for R4 server

    why i am searching admin check ? because in this server like 40+ admins are here and problem is all mods check from list it mean i have to write all admins name and they are some weird names like "]hua.-[lord." like that and its difficult to write their names please help i want script that is...
  12. S

    Help need script for R4 server

    nope all old version not working can you please give me working with R2 version server
  13. S

    Help need script for R4 server

    oh ok thanks ill search
  14. S

    Help need script for R4 server

    hey @Parazitas is it possible to write admins name if any admins online ? we check in command: /admins in menu it shows how many admins online and i want to it should write their names automatic in admins.ini file
  15. S

    Help need script for R4 server

    and yea good news i can use sampfuncs now in server version R2
  16. S

    Help need script for R4 server

    HostName: UIF - United Islands Freeroam Address: play.uifserver.net:7776 Players: 204 / 1000 Ping: 174 Mode: UIF Freeroam Language: English i am sorry for delay but i was waiting for you reply i didn't see any notification
  17. S

    Help need script for R4 server

    no not chat in screen should work in UIF server thst is only where i play samp no where i dont like other servers
  18. S

    Help need script for R4 server

    lets say i want this :SAMPGetLocalPlayerDamageType { 0.3.7 R4-2 0AB1: @SAMPGetLocalPlayerDamageType 0 _Returned: DamageType 0@ } IF 0AA2: 1@ = "samp.dll" THEN 1@ += 0x26EA0C // SAMP_INFO_OFFSET 0A8D: 1@ = readmem 1@ sz 4 vp 0 1@ += 0x3DE // SAMP_POOLS_OFFSET 0A8D: 1@ =...
  19. S

    Help need script for R4 server

    there is many problem with R4 server cant use sumpfuncs and cant detect if player taking damage i think ill stop playing samp only killing doing dm and wondering here and there its no fun at all wanted to make some mods for fun not killing stuff but like how much damage player taking and get...
  20. S

    Help need script for R4 server

    oh ok then ill pass thanks for reply and i didn't knew that hey @Parazitas is it possible to use gtaweap3.ttf font for using weapon icon ? i mean any script to use weapon font samp use it idk how to get it done
  21. S

    Help need script for R4 server

    2: check if player pause (afk) this here for players not mine other player and i need it as actor handle not by id idk how to use ids in R4 servers want to see all player if anyone afk
  22. S

    Help need script for R4 server

    1: 0F17: Get_Model_Name 1@ _PointerTo 2@ this opcode from cleoplus 0ADB: 1@V = Car_Model 0@ Name both opcodes don't work in samp 2: check if player pause (afk)
  23. S

    Help how to get nickname W/O sampfuncs

    how to get player ID from player handle ? as this opcode does 0B2B: samp 1@ = get_player_id_by_actor_handle $PLAYER_ACTOR but i want without sampfunc
  24. S

    Help how to get nickname W/O sampfuncs

    lets say this 0AD2: 0@ = Player $Player_Char Targeted_Ped you get actor by aiming then get nickname and yea another thing if i damage that guy i get his remaining health only if i damage him because ill write in text file how much damage i did which weapon it was ill do rest script you just...
  25. S

    Help how to get nickname W/O sampfuncs

    hey @Parazitas i sa your snippets https://ugbase.eu/threads/cleo-some-multi-samp-snippets.17193/ but my problem is i need player hadle to ID how to get id by player handle ? W/O sampfuncs plz sampfuncs has virus
  26. S

    Help how to get nickname W/O sampfuncs

    :O yea and why you asking specific :) i think its same if i want single player or many. is there any different script to make ? for single player or many ?
  27. S

    Help how to get nickname W/O sampfuncs

    who ever i target it should show that players name even from long distance
  28. S

    Help how to get nickname W/O sampfuncs

    i saw thread @springfield gave this line below but i have no clue how it will get nick name no struct no specific player handle or ID how it will show players nickname? i need script :nickname if 0AA2: 0@ = loadLib "samp.dll" //samp base offset then 0@ += 0x212A80 0A8D: 0@ =...
  29. S

    SAMP Get Player ID Using Actor Handle

    is there any way to get automatic server version ID like r1, r2, r3, r4 no need to use different script for different version ? and in 1 script get player handle from ID and get player id from player handle it will be useful script really and thanks :)
  30. S

    m0d_sa Release [Mod Sobeit] OverLight v3 (with source code)

    sorry for bump but R4 OL v3 dont work
  31. S

    Gta sa Memories...

    weapon ammo border memory adress sa anyone knows please ?
  32. S

    Custom Timers

    so confused here as timera timerb can do if timera > 1000 then 0ad1: "working each 1 sec" 2000 end but yours so confuse stuff here how to use it can you do as call @settimer 2 _index 1 _timelapse 1000 call @gettimer 1 _index 1 _timelapseret 10@ if 10@ == 1 // then 0ad1...
  33. S

    SAMP Get Actor Handle Using Player ID

    "Provide Server ip" > ok "and account please" > normaly who gives their account to anyone ? create your self I'm gonna test myself > Sure do that its Hostname: UIF - United Islands Freeroam Address: 94.23.145.137:7776 Players: 186/1000 Mode: UIF Freeroam Language...
  34. S

    SAMP Get Actor Handle Using Player ID

    this all script not working as i am trying to get player handle is there any other way to get ? forgot to mention its UIF server
  35. S

    Help Is it possible to use samp.dll to use only command console ?

    i am sure there is any dll for command consol to write commands idk what it call actually API,Console.CMD ? idk this is why its too dificult to search
  36. S

    Help Is it possible to use samp.dll to use only command console ?

    oh okay but i was looking for single player sa sorry for tread title :(
  37. S

    Help Is it possible to use samp.dll to use only command console ?

    Thanks for reply i didnt see anything there can you please make script for me ? you can pm script or here it will be greate help i was looking for this like many days
  38. S

    Help Is it possible to use samp.dll to use only command console ?

    as title says "Is it possible to use samp.dll to use only command console ? " i was trying to call functions to use its command console for single gta sa idk even if its possible asking expert help please :(
  39. S

    [SNIPPET] Move Crosshair/Camera

    sorry for bump but its not working
  40. S

    CLEO 5 release

    Looks decent, hope there's no compatibility issues with older scripts. Always used 4.1 in the past for that reason. there is so many stuff incompatibility with cleo 5 when you coding it its like you starting to learning coding everything is new and somehow its bad have to learn not like before
  41. S

    Change String

    how ill do opposite to it example 0AD3: 0@ = format "{0000FF}123456{FF00FF}78" need 0000FF FF00FF this
  42. S

    Help remove special characters

    let me say this. its not that who can make mods and help but its most important that understanding what help they need my english bad but you know what i mean XD
  43. S

    Help remove special characters

    Thanks a lot Parazitas you are awesome (y)
  44. S

    Help remove special characters

    ty so much for response its not what i wanted {$CLEO} 0000: while true wait 0 0AC8: 2@ = allocate_memory_size 260 0AD3: string 2@ format "~g~ {} a abcdefgz 1234567890 64-=' > ,<" 0AB1: @DeleteColorCodes 2 text 2@ memory_to_store_characters_as_text 2@ 0ad1: "%s" 5000 2@ 0AC9...
  45. S

    Help remove special characters

    0AD3: string 2@ format "~g~ {} a abcdefgz 1234567890-=' > ,<" want to get abcdefgz 1234567890
  46. S

    Help remove special characters

    as title suggest a to z 0 to 9 not any special characters like !@#$%^&*()_+{[}]:;"'|\<,>.?? i tried but no luck anyone plz help
  47. S

    Help Read String which shows in game

    Hi Read String which shows in game like total respect and skills and help text that shows in screen when ever we playing gta sa we see some text shows like help or swimming or skill increased stuff i want that thing able to copy in ini file plz some one help
  48. S

    [SNIPPET] Get/Set Camera Rotation

    hey there is there possibility to set camera to left or right X position i mean i try hard no luck yet need memory address thanks in advance
  49. S

    Delete file

    tysm and yea it works but i try something else {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF 0ADC: test_cheat "K" THEN alloc 1@ = 2048 0AD3: string 1@ format "Modloader\AddedVeh\elegy" //i use this because not only 1 folder sometimes i use some mods and if dont like it wanted to delete...
  50. S

    CLEO Divide long string into 2 parts

    i need script "abcdefg hijklmn" divided by space i need "abcdefg" return as 0@ "hijklmn" as 1@ is it possible ?
  51. S

    [Snippet] Remove last character string

    i need script "abcdefg hijklmn" divided by space i need "abcdefg" return as 0@ "hijklmn" as 1@ is it possible ?
  52. S

    Delete file

    i need remove directory but no luck i try this DeleteFile { 0AC8: 0@ = allocate_memory_size 1024 0AD3: 0@ = format "modloader\vehicle\elegy" //this are directory not file so elegy is directory 0AB1: @DeleteFile 1 File 0@ } if 0AA2: 31@ = load_dynamic_library "Kernel32.dll" then...
  53. S

    [SNIPPET] Set Virtual or Game Key

    hey there :) is it possible to set control keys ? example Space is sprint and shift is jump what i need is to swap them space to jump and shift to sprint when game starts if possible them please help
  54. S

    [SNIPPET] get3DXYZInFrontOf

    Hey there i was trying this getting coordinates from player using this opcode setting offset to get little higher than player position as you can see i use z 0.5 04C4: store_coords_to 10@ 11@ 12@ from_actor $PLAYER_ACTOR with_offset 0.2 0.3 0.5 i need that gives me coordinates to offset...
  55. S

    Untagged Release samp_commands (for Cleo)

    when I saw this here I was shocked I thought God I found it but sad its not what I was looking for I want that samp command panel that I can use in single player that press T to open chat command
  56. S

    Untagged Release No Spread with an expanding crosshair

    man I need opposite to this mod that bullet spread no problem I need no crosshair expands when I shoot I hate this affect
  57. S

    IsActorDamaged

    Can you make for car same thing ?
  58. S

    Untagged Release No Spread with an expanding crosshair

    what is wrong that video Its so annoying man
  59. S

    Get Radar Blip Info

    Nice but i was here for info which shows in display but here need a car :) any way thanks
  60. S

    [SNIPPET] Restart cleo

    ok thanks Zin
  61. S

    [SNIPPET] Restart cleo

    how about using 1 cleo script to restart any other cleo script by name like paintjob.cs like this i look every where got no luck
  62. S

    i need cleo mod with on off chassis swing

    first of all thanks for looking my request :) i need cleo mod with on off chassis swing with key press i look every where no luck i know you guys only can do it key on off any no problem thanks in advance
  63. S

    i need cleo mod with on off chassis swing

    first of all thanks for looking my request :) i need cleo mod with on off chassis swing with key press i look every where no luck i know you guys only can do it key on off any no problem thanks in advance
  64. S

    [Snippet] Get last characters

    wow Great snipped you are great bro and if i want to remove .dff or .txd extension then how to do it i wonder can you show me how to do it :) please
  65. S

    Hey springfield i need some help for memory address for gta sa single player can you help ?

    Hey springfield i need some help for memory address for gta sa single player can you help ?
  66. S

    Search file in modloader folder gta sa

    look man just go away i don't want any help from you i even don't now you who are you.... and i really i don't care i am here Some of pro here Like OpcodeXe , springfield monday shanker And Some more and i never seen you done great work here this years and why i need your help i know you can't...
  67. S

    Search file in modloader folder gta sa

    and yes look here what i can make https://www.youtube.com/channel/UCnrZwC8tGFJhu5mh-ZQ7jiw?view_as=subscriber if its that simple would i ask here ? this is my channel and i make mods for gta sa and please only who can give me script write here in this post or else dont blame me what ill reply...
  68. S

    Search file in modloader folder gta sa

    do you think i don't know that bruh ? if you know coding ? please help me here or just don't waste your and others and my time don't show you are stupid enough here
  69. S

    Search file in modloader folder gta sa

    thanks for tips ill do that it will take year for me to read your reply
  70. S

    Search file in modloader folder gta sa

    Close it thanks
  71. S

    [Tutorial] Find SA:MP pointers

    actually i was looking for other player interior who not in steam finding player by id and location and if he is any interior i want that to show me which interior
  72. S

    [Tutorial] Find SA:MP pointers

    i need help for finding player interior which is out of steam (not in freeroam) can you help it will be a great help this dont work :( 077E: get_active_interior_to 0@ 094B: v$ACTIVE_INTERIOR_NAME = get_active_interior_name_from_actor $PLAYER_ACTOR // 16-byte string 09E8: $GYMFIGHT_INTERIOR =...
  73. S

    CLEO Help Wheel Aimbot

    so you work at "borracharias" ?
  74. S

    CLEO Release Server Crasher

    yes i did i read your msg :)
  75. S

    CLEO Release Server Crasher

    idk why its not working :(
Top