[Cleo] Player ID "D"

randomguy1234

Member
Joined
Oct 16, 2017
Messages
7
Reaction score
0
I was editing a cleo in which when u aim at someone and press a key it will send a server command. But the ID stored in a variable after aiming is "D"
 

ThewarII

Member
Joined
Mar 28, 2016
Messages
18
Reaction score
0
0B20: samp 1@ = actor_handle_by_samp_player_id 0@
From Player_ID (is 0@) to Actor_Handle and store it to 1@

or

0B2B: samp 0@ = get_player_id_by_actor_handle 1@
From Actor_Handle (is 1@) to Player_ID and store it to 0@

What did you need ?
I don't know exactly you want. Please speak more specifically.
 
Top