HowEnCokkien
Well-known member
- Joined
- Jul 9, 2017
- Messages
- 307
- Reaction score
- 11
so if i use Actor.StorePos($PLAYER_ACTOR, 7@, 8@, 9@) then how can i block it? is there a opcode for disable it?
{$CLEO .cs}
0000:
:IC
wait 0
if
0ADC: test_cheat "1"
else_jump @else_jump
wait 0
0ACC: show_text_lowpriority "Enabled + tp'ed" time 2000
Actor.StorePos($PLAYER_ACTOR,1@,2@,3@)
wait 2000
Actor.PutAt($PLAYER_ACTOR,1@,2@,3@)
jump @IC
:else_jump
wait 0
if
0ADC: "2"
else_jump @IC
wait 0
0ACC: show_text_lowpriority "Disabled!" time 2000
1@ = 0.0
2@ = 0.0
3@ = 0.0
Actor.PutAt($PLAYER_ACTOR,1@,2@,3@)
jump @else_jump