how i can make playar name on his head show for all.....?
#1

hey please help me friends...i want make every player name everyone can see on his head.....how i can make it...please help...
Reply
#2

It's shown by default. Do you have ShowPlayerNameTagForPlayer in your script anywhere?
Reply
#3

nah....how i can make it where i want to add it in my script...?
Reply
#4

Names are shown by default. If you can't see them you have something in your script hiding them.
Reply
#5

sorry, i cant help u as well
First, im not really sure what u want.
Cause like already said the name tags are already shown by default, unless u are hiding them.
Maybe u want to attach a 3dLabel to the players?

https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Reply
#6

i think he wants ShowNameTags(1); that would be under gamemodeinit
or as MP2 said for the player would also work
Reply
#7

i mean player name on his head like this pic.... :-
Reply
#8

Add
Код:
ShowNameTags(1);
under OnGameModeInit

Example:

Код:
public OnGameModeInit()
{
ShowNameTags(1);
}
Reply
#9

thanx for help....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)