[Ajuda] Textdraw nгo mostra.
#6

Quote:
Originally Posted by -Rafinha_FusioN-
Посмотреть сообщение
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);
}
}
}
Bom cara obrigado, mas isso й diferente do que eu quero, quero que ao invйs de estrelas colocar uma textdraw...





Jб uso isso quando o player dб /status :



Код:
format(string, sizeof(string), "Nivel de Procurado: %d", dini_Int(file, "Procurado"));
Ou seja, configurei meu gm para nгo adicionar "SetPlayerWantedLevel" mas sim o numero do level de procurado em "Procurado" dentro do arquivo da conta do player.
Reply


Messages In This Thread
Textdraw nгo mostra. - by Paulaosamp - 19.06.2013, 19:33
Re: Textdraw nгo mostra. - by Standby - 19.06.2013, 19:45
Re: Textdraw nгo mostra. - by Paulaosamp - 19.06.2013, 19:48
Re: Textdraw nгo mostra. - by -Rafinha_FusioN- - 19.06.2013, 19:50
Re: Textdraw nгo mostra. - by Standby - 19.06.2013, 19:50
Re: Textdraw nгo mostra. - by Paulaosamp - 19.06.2013, 19:59
Re: Textdraw nгo mostra. - by -Rafinha_FusioN- - 19.06.2013, 20:05
Respuesta: Textdraw nгo mostra. - by DartakousLien - 19.06.2013, 20:26
Re: Textdraw nгo mostra. - by Paulaosamp - 19.06.2013, 21:05
Re: Textdraw nгo mostra. - by Paulaosamp - 19.06.2013, 21:27

Forum Jump:


Users browsing this thread: 2 Guest(s)