CLEO Help pulling out serverside bar

CLEO related
Status
Not open for further replies.

attic

Active member
Joined
Jan 13, 2017
Messages
40
Reaction score
0
i want to make something that will help me remove the serversided hp bar,only similar cleos ive found are textdrawfinder and opcode in sampfuncs for deleting them
any helps :?
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
for your hp bar upright corner - interface editor
the one that appears above other players head - maybe /namestag?
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
attic said:
i want to make something that will help me remove the serversided hp bar,only similar cleos ive found are textdrawfinder and opcode in sampfuncs for deleting them
any helps :?

Yea, what's the problem? You found code, opcodes, now do something, we couldn't help you if there's no your code provided
 

attic

Active member
Joined
Jan 13, 2017
Messages
40
Reaction score
0
mistery said:
for your hp bar upright corner - interface editor
the one that appears above other players head - maybe /namestag?

no its a server sided hp bar, my hp bar is out of the screen with interfaceeditor,this one remains all the time
 
Joined
Feb 18, 2005
Messages
2,964
Reaction score
269
Loop through all, check which is the one that display the bar, there should be 3( boxes, one for health, one for background and one for the stroke effect).

Some useful opcodes

0C53: samp textdraw 0@ get_box_enabled 1@ color 2@ size 3@ 4@
0C5E: samp textdraw 0@ delete
 

attic

Active member
Joined
Jan 13, 2017
Messages
40
Reaction score
0
springfield said:
Loop through all, check which is the one that display the bar, there should be 3( boxes, one for health, one for background and one for the stroke effect).

Some useful opcodes

0C53: samp textdraw 0@ get_box_enabled 1@ color 2@ size 3@ 4@
0C5E: samp textdraw 0@ delete

Thanks for your help,but I havent achieved really anything with my knowledge so you can close this,except someone can give me a good lead how to find textdraws(looping isnt problem)
 
Status
Not open for further replies.
Top