is there a cleo to be able to auto-crashear?
// type /crashgame
{$CLEO .cs}
0000: game crasher
repeat
wait 0
until 0AFA: is_samp_available
0B34: samp register_client_command "crashgame" to_label @docrashgame
0BDE: pause_thread 0
:docrashgame
01C2: remove_references_to_actor 30@
01C2: remove_references_to_actor 31@
05E2: AS_actor 30@ kill_actor 31@
0B43: samp cmd_ret
How to crash your game
//0AB1: @SendCrash 0
:SendCrash
IF 0AA2: 1@ = "samp.dll"
THEN
1@ += 0xFF27499 // random memory to make crash
0AA5: call 1@ num_param 1 pop 0 0@
END
0AB2: 0
Let me explain what he is trying to say.
The OP wants to crash his game and rollback the game. By rollback he means that the server should not be able to save anything related on his account after he crashes.