[Ajuda] ~Help Me !
#1

Bom eu vi um gm que usa esse code no lugar do comum que mostra o id e o nome
PHP Code:
    format(stringsizeof(string), "[%d] %s\nLevel: %d"playeridReturnPlayer(playerid), Player[playerid][pLevel]);
    
Update3DTextLabelText(NomeLabel[playerid], Corstring); 
mais algora nгo sei como removo o original alguйm pode ajudar ?
REP+
Reply
#2

Essa funзгo serve para Atualizar a Textlabel, entгo para atualizar ela antes voce tem que criar ela.
Reply
#3

mais sabe como removo a original ?
Reply
#4

https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer

use essa funзгo, vocк terб que apagar para todos os players no momento em que a tag original sair e terб que usa-la no OnPlayerStreamIn para quando o player entra no mapa do outro

pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
   if(IsPlayerConnected(i))
      ShowPlayerNameTagForPlayer(i, playerid, 0);
Reply
#5

https://sampwiki.blast.hk/wiki/ShowNameTags coloca no OnGameModeInit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)