Help Dialog saver

Hynt

Member
Joined
Jan 14, 2023
Messages
6
Reaction score
1
hello, I would like to know if there is a script that saves the dialog box and can open it again, I found one similar to this one in blast, however it crashes 😦 I am using version 0.3.7-R1 with sampfuncs, I tried by other versions but it still crashes, I've tried dialog hider, however it just hides the box and doesn't save, and when I open another dialog it overrides the one I want to be saved. If anyone makes one of these available that doesn't crash, I'll be grateful
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,112
Solutions
5
Reaction score
878
Location
Lithuania
You can save last used dialog by blocking memory, but it works only for last used dialog.

Basically you need get dialog close it, nop memory, and when you ready use it again return original memory.
And call function show dialog or do it by changing memory.

When you nop memory you can't get any dialog..


Basically it's dialog hider with doing memory nop
 

dphome

Well-known member
Joined
Mar 21, 2020
Messages
456
Solutions
9
Reaction score
165
Location
Poland
hello, I would like to know if there is a script that saves the dialog box and can open it again, I found one similar to this one in blast, however it crashes 😦 I am using version 0.3.7-R1 with sampfuncs, I tried by other versions but it still crashes, I've tried dialog hider, however it just hides the box and doesn't save, and when I open another dialog it overrides the one I want to be saved. If anyone makes one of these available that doesn't crash, I'll be grateful
Send this script.
 

Hynt

Member
Joined
Jan 14, 2023
Messages
6
Reaction score
1
You can save last used dialog by blocking memory, but it works only for last used dialog.

Basically you need get dialog close it, nop memory, and when you ready use it again return original memory.
And call function show dialog or do it by changing memory.

When you nop memory you can't get any dialog..


Basically it's dialog hider with doing memory nop
I understand that it hides the last saved dialog, but I tried a flaw that is very likely to work, which would be to save any skins, whether from an administrator or even vips, but I literally need the penultimate dialog to come back, because the server identifies that I have a skin that is forbidden to be saved, but if I have a simple skin, I open the wardrobe and that's when it starts, I hide this dialog from the wardrobe and open the skins dialog, and I select an exclusive skin, however when I click on show dialog, it opens the skins dialog and not the wardrobe.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,112
Solutions
5
Reaction score
878
Location
Lithuania
Send this script.
He talks about this thread:
 

Hynt

Member
Joined
Jan 14, 2023
Messages
6
Reaction score
1
He talks about this thread:
Is there anything you can do about it?
 

xDraco

Active member
Joined
Nov 13, 2022
Messages
37
Reaction score
2
hello, I would like to know if there is a script that saves the dialog box and can open it again, I found one similar to this one in blast, however it crashes 😦 I am using version 0.3.7-R1 with sampfuncs, I tried by other versions but it still crashes, I've tried dialog hider, however it just hides the box and doesn't save, and when I open another dialog it overrides the one I want to be saved. If anyone makes one of these available that doesn't crash, I'll be grateful
Mine wont worked but no crash
 
Top