ha.sh
Active member
- Joined
- Nov 14, 2018
- Messages
- 66
- Reaction score
- 0
This script is not working, i don't know why. I've try anything but, still not working. Please help me.
When I activated "MSK" then i go nearest player, and nothing happen.
When I activated "MSK" then i go nearest player, and nothing happen.
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
wait 0
SAMP.Available
:Noname_8
wait 0
if
0ADC: test_cheat "MSK"
jf @Noname_164
if
0@ == 1
jf @Noname_110
0@ = 0
printf "~r~OFF ~w~- Maskman Checker by Doublesix" 1000
goto @Noname_164
:Noname_110
0@ = 1
printf "~g~ON ~w~- Maskman Checker by Doublesix" 1000
:Noname_164
if
0@ == 1
jf @Noname_272
04C4: store_coords_to 5@ 6@ 7@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
if and
SAMP.IsPlayerConnected(2@)
not 1@ == -1
0AE1: 1@ = random_actor_near_point 5@ 6@ 7@ in_radius 10.0 find_next 0 pass_deads 0
jf @Noname_272
2@ = SAMP.GetSAMPPlayerIDByActorHandle(1@)
3@ = SAMP.GetPlayerNickname(2@)
printf "~w~Nickname: ~y~%s ~w~ID: ~y~%d" 5000 3@ 2@
wait 1000
:Noname_272
goto @Noname_8