acknxwledge__
New member
Hello, I wanted to ask if someone can edit a cleo for me.
what it does is: become 0.5 seconds normal, and 0.5 seconds immortal, and it repeats.
What I am looking for is only to change two values, which is 2 seconds normal and 0.5 seconds immortal, and the immunities only bulletproof (BP 1 FP 0 EP 0 CP 0 MP 0),
I tried to do it myself with Sanny Builder but it gives me crash, I appreciate if someone can help me
Sorry for my english and ignorance
I think this is how it should be done but I may be wrong
what it does is: become 0.5 seconds normal, and 0.5 seconds immortal, and it repeats.
What I am looking for is only to change two values, which is 2 seconds normal and 0.5 seconds immortal, and the immunities only bulletproof (BP 1 FP 0 EP 0 CP 0 MP 0),
I tried to do it myself with Sanny Builder but it gives me crash, I appreciate if someone can help me
Sorry for my english and ignorance
Code:
:MAIN
wait 0
if
0@ == 1
then
wait 2000
02AB: set_actor $PLAYER_ACTOR immunities BP 1 FP 0 EP 0 CP 0 MP 0
wait 500
02AB: set_actor $PLAYER_ACTOR immunities BP 0 FP 0 EP 0 CP 0 MP 0
end
SAMP.CmdRet()
jump @MAIN
I think this is how it should be done but I may be wrong