help with hp & armour bar
#1



how i can when im connect to my server is show me hp and armour bar how to disabled it when another player join can see hp & armour bar how to change it +rep who help me!
Reply
#2

pawn Код:
ShowNameTags(0);
Put in under OnGameInit
Reply
#3

PHP код:
if u want to hide player name Health and armour you can use cmd it will help you
CMD
:maskoff(playeridparams[])
{
for(new 
0MAX_PLAYERSi++) ShowPlayerNameTagForPlayer(iplayerid1);
SendClientMessage(playerid0xFF4500AA"Mask  off");
return 
1;
}
CMD:maskon(playeridparams[])
{
for(new 
0MAX_PLAYERSi++) ShowPlayerNameTagForPlayer(iplayerid0);
SendClientMessage(playerid0xFF4500AA"Mask on");
return 
1;

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)