Monstercat
Well-known member
- Joined
- Feb 26, 2013
- Messages
- 281
- Reaction score
- 7
Hey i try to make a Report Player.cs... so if you Aim on a player and you think he Have GM than you Press R to make a Report.
Yeah but im not that pro in CLEO ^^
So i just started blind... i know what Opcodes i need for that but jeah thats all i know ^^
Thats what i tried
Yeah but im not that pro in CLEO ^^
So i just started blind... i know what Opcodes i need for that but jeah thats all i know ^^
Thats what i tried
Code:
THREAD "ReportPlayer"
if
8AF7: get_samp_base_to 0@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
while true
wait 0
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
then
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0B36: samp 4@ = get_player_nickname 1@
wait 0
if
0AB0: key_pressed 82
0AF9: samp say_msg "/MS 4@"
end