O Ilusionista
Captain 100K
I want to remove the lifebar,name and icon from a player on a specific stage.
What I've tried:
-To set the stage as bonus (type 2), no good
- Use nolife1 and other in the character header
But the default lifebar still shows up.
Then I tried to use script:
But nothing works. Even if I use the script as updatescript/ondrawscript.
Is ICONPOSITION a read-only property?
Any ideas of how to do it?
What I've tried:
-To set the stage as bonus (type 2), no good
- Use nolife1 and other in the character header
nolife 1
lifebarstatus 320 5 0 1 0 1 1 1 1
lifeposition 80 202
nameposition 81 193
iconposition 61 193
But the default lifebar still shows up.
Then I tried to use script:
Code:
void self = getlocalvar("self");
changeentityproperty(self, "iconposition", 500,900);
Is ICONPOSITION a read-only property?
Any ideas of how to do it?