CLEO Help Get player wanted level

CLEO related
Status
Not open for further replies.

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
Is possible to get the wanted level of other players?

At samp our wanted level can be checked with this

Code:
read_memory 0x58DB60

Is there any way or is possible to get others player wanted level? And why i can't destroy a 3d text when i deactivate a command?
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
14/88 link said:
Other's wanted level is server sided.That might be a SF bug.

Some replies said it was server sided (our wanted level), but we can get our wanted level at samp with that memory, there is no way to get others players wanted level? with some read_memory?

And the problem of 3d text is solved, it was a problem of the loop or the variable of 3d text, solved using id.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Wanted IS server sided, you can only read the number of stars from you game. You can't know other players wanted level unless the server has any option for that(colored nicknames, 3d text above head etc.)
 

pepeelpubero

Well-known member
Joined
Jan 21, 2014
Messages
433
Reaction score
1
springfield link said:
Wanted IS server sided, you can only read the number of stars from you game. You can't know other players wanted level unless the server has any option for that(colored nicknames, 3d text above head etc.)

Ok, if the server change white name to orange or dark orange, can we get that numbers of star? Example CNR: if we play we got our name white but if we rob our name change to orange, that is?

It must be with SAMP GetplayerColor and then if it's red then draw number 5 if it's orange then draw number 3? Something like that?
 
Status
Not open for further replies.
Top