- Joined
- Apr 4, 2014
- Messages
- 608
- Reaction score
- 3
Hello, since someone are requesting about this, so today i will release it. Feel free to edit some of codes in it. (Taken from old request topic)
Activation : "NAME" like activating some cheats in Single Player
Code:
:MAIN
wait 0
if
0ADC: test_cheat "NAME"
else_jump @MAIN
0B2B: samp 2@ = get_player_id_by_actor_handle $PLAYER_ACTOR
0B36: samp 1@ = get_player_nickname 2@
0AD1: show_formatted_text_highpriority "%d,%s" time 2000 2@ 1@
wait 2000
jump @MAIN
Activation : "NAME" like activating some cheats in Single Player