Need Help!How to disable explode in SAMP?

MengJiaSouKa

Member
Joined
Dec 28, 2019
Messages
11
Reaction score
0
Location
ShangHai,BeiJing
Hello, everyone. This is my first question!
If I block explode, I will not be killed by any kind of explosion...emm
I couldn't see when the explosion happened! (I know that some Cleo can achieve this function)
It may be found in SAMP Patches (NOPs) and Raknet!

Can someone help me out? God bless you!
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
103
Yeah just set actor immunities with 02AB opcode.
C++:
02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0 // 0 = not immune
 
Top