Monstercat
Well-known member
- Joined
- Feb 26, 2013
- Messages
- 281
- Reaction score
- 6
Hey Today i'll show you a CLEO with that you can report players...
How it works:
If you Aim at a Player you have to press R
Then it reports the player you aiming at.
The Script:
You can change the command to whatever you want (like changing /a to /report) but remember that you have the right variable
Note:
Go to option - format - right lower - Case converting - As is or lower.
Thanks to:
springfield
xzytro
Special Thanks to:
Opcode.eXe
If you like it leave a thanks
How it works:
If you Aim at a Player you have to press R
Then it reports the player you aiming at.
The Script:
Code:
{$CLEO .cs}
THREAD "REPORT"
:LOAD
wait 0
if
Player.Defined(0)
jf @LOAD
if
8AF7: get_samp_base_to 0@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
:START
wait 0
if
0ADC: test_cheat "R"
jf @START
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
jf @START
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0B36: samp 2@ = get_player_nickname 1@
0AF9: "/a %s ID:%d Hacker" 2@ 1@
wait 1000
jump @START
You can change the command to whatever you want (like changing /a to /report) but remember that you have the right variable
Note:
Go to option - format - right lower - Case converting - As is or lower.
Thanks to:
springfield
xzytro
Special Thanks to:
Opcode.eXe
If you like it leave a thanks