Posts: 43
Threads: 14
Joined: May 2013
Reputation:
0
Bom, coloco a textdraw e ela nгo aparece ingame !
Procurado = TextDrawCreate(493.5 ,112 , "Procurado:");
TextDrawFont(Procurado , 1);
TextDrawLetterSize(Procurado , 0.5, 3.5);
TextDrawColor(Procurado , 0xffffffFF);
TextDrawSetOutline(Procurado , false);
TextDrawSetProportional(Procurado , true);
TextDrawSetShadow(Procurado , 1);
Posts: 238
Threads: 19
Joined: Jun 2013
Reputation:
0
vocк ponhou em ongamemodinit?
Posts: 43
Threads: 14
Joined: May 2013
Reputation:
0
Sim. quando estava desenvolvendo o gm eu coloquei tambem uma txd de um relogio e funcionou normal, para ser mais claro eu coloquei essa txd atй abaixo da txd do relogio...
Posts: 77
Threads: 6
Joined: Aug 2012
Reputation:
0
kra qer por o nome Procurado Em Cima ?
Si For e Mlhr Por Assim.
Nas Forward's
forward TextProcu();
Em OnGameModeInit
SetTimer("TextProcu", 3000, true);
No Final Da GM
public TextProcu()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
new string[256];
if(GetPlayerWantedLevel(i) > 0)
{
format(string,256,"**PROCURADO{FFFFFF}[%d]**",GetPlayerWantedLevel(i));
SetPlayerChatBubble(i,string, COLOR_RED, 100.0, 10000);
}
}
}
Posts: 238
Threads: 19
Joined: Jun 2013
Reputation:
0
nem presciso mais dhusdhusdsadsadsa
Posts: 1,149
Threads: 71
Joined: Jan 2010
Reputation:
0
sim, mas elas so irao aparecer se SetPlayerWantedLevel for igual ou seperior a 1
@TOPIC
voce tem de usar TextDrawShowForPlayer ou TextDrawShowForAll
Posts: 43
Threads: 14
Joined: May 2013
Reputation:
0
As estrelas nгo irгo aparecer em algum momento. irei tentar aqui.
Posts: 43
Threads: 14
Joined: May 2013
Reputation:
0
Tб osso. nгo manjo muito TextDrawShowForPlayer, fiz os do level e estudo a uns tempos atras mas estou quebrando cabeзa novamente, tem como me ajudar com algo que me lembre como meche com TextDrawShowForPlayer ?