Help is there way to get individual player wanted level from player ?

SamThapa

Active member
Joined
Jan 22, 2018
Messages
82
Reaction score
2
hey guys i wonder if i can get each individual players wanted level ? i am making script to see if player has kill 6 players which is 6 star level wanted and i am sure this opcode
(01C0: $PLAYER_WANTED_LEVEL = player $PLAYER_CHAR wanted_level) don't work it will show only my wanted level (my char) please help its a samp
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,724
Solutions
2
Reaction score
113
That’s probably a singleplayer opcode, for this you probably will have to keep track of players in the killlog (if it’s enabled on your server)
 

ZyZ.MaxiM

Active member
Joined
Nov 14, 2022
Messages
100
Solutions
2
Reaction score
4
That’s probably a singleplayer opcode, for this you probably will have to keep track of players in the killlog (if it’s enabled on your server)
On most servers is disabled for normal players, only admins are able to see It.
 

SamThapa

Active member
Joined
Jan 22, 2018
Messages
82
Reaction score
2
That’s probably a singleplayer opcode, for this you probably will have to keep track of players in the killlog (if it’s enabled on your server) i was giving example and i am asking for samp
 

SamThapa

Active member
Joined
Jan 22, 2018
Messages
82
Reaction score
2
On most servers is disabled for normal players, only admins are able to see It

nope not entirely true it is like kill count if player kills 6 player 3d text shows in body "MostWanted" this is what i want to check i can do that by checking if player has 3dtext in body but that is not what i want. i need some struct memory address to hack which shows when player kill other player it counts
 
Top