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
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
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...
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
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...
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...
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...
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
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
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...
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
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
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)
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...
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
: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 ?
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@ =...
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 :)
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...
"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...
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
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 :(
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
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
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...
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
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...
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...
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
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...
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
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
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
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...
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...
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
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
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.