CLEO Help Quit/Exit GTA SA

CLEO related
Status
Not open for further replies.

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
270
Location
Pluto
in SAMP I used this to quit gta sa:
Code:
say "/quit"
But I was wondering how I can quit GTA SA without relying on chat message.

I don't like using this because it reminds the server that you are quitting the game:
Code:
0BD3: samp send_menu_quit

How do you quit GTA SA client sidedly using cleo without relying on quitting by chat/RPC? That might help on both single player and multiplayer gta sa.
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,315
Solutions
7
Reaction score
935
Location
Lithuania
Oh crap, solved. you can now delete this thread, forum admin.
Also works, when you send random shit to samp.dll, server says: time outed / crashed.

Only for samp.
PHP:
:SendCrash
//0AB1: @SendCrash 0
IF 0AA2: 1@ = "samp.dll"
THEN
    1@ += 0x7646765 // random offset
    0AA5: call 1@ num_param 1 pop 0 0@
END
0AB2: 0
 
Last edited:
Status
Not open for further replies.
Top