[AJUDA BUG] Text e Pickup. -
PedroP - 24.06.2012
Olб Galera.
Queria que vocкs me ajuda-se em um Bug que deu aqui no Meu GM.
Meu GM nгo estб Aparecendo os TextDraw nem os AddstaticP.
Alguem pode me ajudar , Como que eu arrumo isso ?
Obrigado e Espero Resposta.
Valendo + .
Respuesta: [AJUDA BUG] Text e Pickup. -
billy the kid - 24.06.2012
poste ae o texdraw que vc quer !
Re: [AJUDA BUG] Text e Pickup. -
PedroP - 24.06.2012
Cara , ja tem no meu GM , sу que NENHUM aparece.
Re: [AJUDA BUG] Text e Pickup. -
@Riichard - 24.06.2012
OnPlayerConnect:
pawn Код:
TextDrawShowForPlayer(playerid,NOME TD);
Re: [AJUDA BUG] Text e Pickup. -
PedroP - 24.06.2012
TextDrawShowForPlayer(playerid,NOME TD);
=
TextDrawShowForPlayer(playerid, TForum[playerid]);
TextDrawShowForPlayer(playerid, Entrada[playerid]);
?
Re: [AJUDA BUG] Text e Pickup. -
@Riichard - 24.06.2012
Sim. Mais acho que nгo e preciso [playerid].
Retire os [playerid] So deixe o nome.
Re: [AJUDA BUG] Text e Pickup. -
PedroP - 24.06.2012
Tirei
=
4 Warning.
Cara , tentei arrumar , de qualquer jeito , atй tentei colocar [MAX_PLAYERS] , nгo deu.
Re: [AJUDA BUG] Text e Pickup. -
@Riichard - 24.06.2012
Quote:
Originally Posted by PedroP
Tirei
=
4 Warning.
Cara , tentei arrumar , de qualquer jeito , atй tentei colocar [MAX_PLAYERS] , nгo deu.
|
wtf?
Velho,e so colocar
pawn Код:
TextDrawShowForPlayer(playerid,NOME TEXTDRAW);
Nao precisa de nada(MAX_PLAYERS,[playerid],(playerid)). Nгo precisa de nada!!
Re: [AJUDA BUG] Text e Pickup. -
StrondA_ - 24.06.2012
Quote:
Originally Posted by @Riichard
wtf?
Velho,e so colocar
pawn Код:
TextDrawShowForPlayer(playerid,NOME TEXTDRAW);
Nao precisa de nada(MAX_PLAYERS,[playerid],(playerid)). Nгo precisa de nada!!
|
se o textdraw dele for GLOBAL necessita sim.
tenta:
TextDrawShowForPlayer(playerid,text:NOMETEXTDRAW[playerid]);
retire todos os TextDrawHideForPlayer.
Re: [AJUDA BUG] Text e Pickup. -
@Riichard - 24.06.2012
Quote:
Originally Posted by StrondA_
se o textdraw dele for GLOBAL necessita sim.
tenta:
TextDrawShowForPlayer(playerid,text:NOMETEXTDRAW[playerid]);
retire todos os TextDrawHideForPlayer.
|
Alguns meus,sao global e nem por isso precisa disso.