Nick "piscando". - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Nick "piscando". (
/showthread.php?tid=273205)
[Ajuda] Nick "piscando". -
danqueiroz - 31.07.2011
Bom, o nick antigamente ficava de boas lб, ai nao sei como, ele nao aparecia mais. Dai eu coloquei isso:
pawn Код:
ShowNameTags(1);
for(new i = 0; i < MAX_PLAYERS; i++)
ShowPlayerNameTagForPlayer(playerid, i, 1);
ShowPlayerNameTagForPlayer(playerid, playerid, 1);
Em praticamente todos os publics que constam algo relacionado а nick. (OnPlayerConnect, OnPlayerSpawn, etc)
Alguйm sabe como dб pra arrumar? Tenho que tirar esses cуdigos, mas se eu tirar, nгo aparece de jeito nenhum o nome :S
Re: Nick "piscando". -
wallon - 31.07.2011
ShowNameTags(1);
no ongamemodeinit
Re: Nick "piscando". -
danqueiroz - 31.07.2011
pawn Код:
ShowNameTags(1);
for(new i = 0; i < MAX_PLAYERS; i++)
ShowPlayerNameTagForPlayer(playerid, i, 1);
ShowPlayerNameTagForPlayer(playerid, playerid, 1);
Nas seguintes publics:
OnPlayerConnect
SetPlayerSpawn
OnPlayerSpawn
OnGameModeInit
OnPlayerUpdate
OnPlayerLogin
Re: Nick "piscando". -
Victor Cesaroni - 31.07.2011
No deixa sу:
PHP код:
public OnGameModeInit()
{
ShowNameTags(1);
Re: Nick "piscando". -
FoxXx - 01.08.2011
Quote:
Originally Posted by Victor Cesaroni
No deixa sу:
PHP код:
public OnGameModeInit()
{
ShowNameTags(1);
|
e oq eu falei?
Re: Nick "piscando". -
danqueiroz - 03.08.2011
Resolvido por:
Quote:
Originally Posted by [GangsTa]Bia
main()
{
return ShowNameTags(true);
}
|
Valeu a todos ae galera!