hey, I have one question about raksamp please. I am trying to make it find a text and execute a server command like /buylevel. If I do it like this, it sends the message in chat instead of executing the command:
<find text="test" say="/buylevel" bk_color="255 255 255" text_color="255 0 0" />...
hey, I need a version of the raknet with the auto reconnect time set to 9999999 seconds or with the auto reconnect disabled completely. I can pay in BTC/LTC for the guy who helps me, appreciate it!
supposed to use Onfoot v2 and updated vehicle recorder some time and both had the same problem. Also CleoControl is similar to these so I bet this will happen with it too.
the mods have a memory problem. After 1-2 hours of playing, the game crashes after a lot of errors. I tried reloading the mods after 1 hour of play and then my game doesn't crash even after 5 hours.
is there any possible fix?
CLEO 4.3 / SF 5.3
I want to make a mod that inserts my integer variable into an edit box dialog. For example wanna input 5@ to dialog. Any help?
also if you know how to get digits from a text like "Text: 1" and I need to get only the number after ": " I'll appreciate if you can help
alloc 5@ 32
5@ = 50...
Hi, I need a mod that when is online will stop sending packets to the server with my location in car until I turn it off. For example I am in a car and I wanna teleport in other 2 cars then back to initial vehicle, If I turn the mod on when I teleport in the 2 vehicles and then I get back to the...
Hi, I have the anti pause function on and I want to make 7 accounts jump at the same time, I think I can only do it using the game memory, can you help me?
The key I want to press is Right CTRL
done thanks to https://ugbase.eu/threads/snippet-send-keypress-via-gta.4071/
you are god, thanks. just wanted to ask you if you can do something with Unknown command message.
Edit: Administrators on B-Zone can see the commands I send to the server, they can still see that I write /char start. Can you do something about it?
Why you need a RPC for dialogs when you can do it simple with opcodes.
Try:
while true
wait 0
if SAMP.IsDialogActive(-1)
then
0B4E: samp 1@ = get_current_dialog_id
log "Dialog id %d" 1@ //SF console
wait 1000
end
END
Wait command is working only in loops, not in commands. You got an example in ShortCuts mod made by me with /buygun, if you want the .ini message me on discord.
Hello, you can't verify the distance with a mod if the player is not in your stream range (300m), only if you check where is the checkpoint.. but if the server doesn't edit the distance in real time, I don't think it moves the checkpoint.
Salut, incearca asta:
{$CLEO}
0000: NOP
repeat
wait 0
until SAMP.Available()
chatmsg "Mesaj cand intri in joc" -1
while true
wait 0
if and
key_down 51
not Samp.ChatInputOpened()
not Samp.IsDialogActive(-1)
then
0AB1: call @dialog 0
wait 100
end
END
:dialog...
I think you don't installed Sanny Builder 3 correctly.
Download.:
http://ugbase.eu/index.php?attachments/sf_5_3_3_sdk-zip.4662/
Install.:
- Copy all files from the "SB data" to "/Sanny Builder 3/data/sa".
-------- You Need Only SB Data ! --------
And off course if you don't have SAMPFUNCS...
TextDraw and 3D Text ID Finder by @springfield
Text Draw Finder
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
0B34: "txd" @textdraw
WHILE TRUE
WAIT 0
END
:textdraw
0B35: 0@
for 1@ = 0 to 2304
if 0C5D: samp textdraw 1@ is_exists
then
alloc 2@ = 1024...
[Server1]
ServerName=B-Zone: RPG Server 1 | Corona Outbreak
LoginDialogTitle=Account Login
NickName=Nic.eXe
Password=pass
AutoSpawn=0
try it, is not working for B-Zone..
I want to do an autologin for more accounts on my server and I can't pass get current server name. It says some numbers who changes every time, how I can verify the server?
I tried this:
0AC8: 1@ = allocate_memory_size 260
0B3A: samp 1@ = get_current_server_name
and this:
1@ =...
Hello. I made a mod for the server I am playing on and one person said that he get this errors after 40-45 minutes of playing.
I have this problem too but I don't know from what mods, I have like 20 in my cleo and I don't know from what wrongs in script this appears. If someone know please let...
if SAMP.IsDialogActive(9)
then
wait 2000
0B49: samp set_current_dialog_list_item 11
0B47: samp close_current_dialog_with_button 1 // Select button
end
How I can set dialog list item to last one (11) on this type of dialog
-> Dialog
I want to make a mod that ignore only a specific message sent by the server, how I can do this? For example "You are driving your own vehicle. Use /lock or N to lock it.", i don't want to see this message. thanks.
0B34: samp_register_client_command "rules" to_label @dialog
while true
wait 0
if
0B3C: samp is_dialog_responded id 1080 button 1@ list_item 6@ input_text 0
then
if and
5@ == 1 // Pressed = 1
6@ == 0 // List item number
then
0AC6: 8@ = label @conturi offset...
Hello, Thanks for the reponse but I have a problem.
I own a mod with 2 tabels with dialogs in and at the 3rd(this) It open the tabel but when you choose an option nothing happen and close the dialog.
Can I got some help please, I am a newbie and don't know how to finish it.
At 3rd tabel I need...
Hello. I want to make a cleo mod with this script to make a dialog where you can choose more options but at one option I need to make it in 2 dialogs and I want to know if I can make a Next button for it.
This is used script:
end
if
0B3C: samp is_dialog_responded id 1016 button 21@ list_item...
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.