ShowPlayerNameTagForPlayer +REP
#1

Hello i have a problem with "ShowPlayerNameTagForPlayer" when player hide is name ,it working
but when he change interior ..He name appears

Thks for help
Reply
#2

new interiorID = GetPlayerInterior(playerid);
pawn Код:
if(interiorID == 1)
    {
        for(new i = 0;i <= MAX_PLAYERS;i++)
        {
            ShowPlayerNameTagForPlayer(playerid,i, 1);
        }
        return 1;
    }
Try this.
Reply
#3

Quote:
Originally Posted by Clad
Посмотреть сообщение
new interiorID = GetPlayerInterior(playerid);
pawn Код:
if(interiorID == 1)
    {
        for(new i = 0;i <= MAX_PLAYERS;i++)
        {
            ShowPlayerNameTagForPlayer(playerid,i, 1);
        }
        return 1;
    }
Try this.
But i have to do this for all interior ?
Reply
#4

https://sampwiki.blast.hk/wiki/OnPlayerInteriorChange
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)