[Pedido] PROCURADO EM CIMA DA CABEЗA! - 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: [Pedido] PROCURADO EM CIMA DA CABEЗA! (
/showthread.php?tid=625415)
PROCURADO EM CIMA DA CABEЗA! -
paulotuto - 01.01.2017
QUERIA UM SISTEMA DE APARECER (PROCURADO [LEVEL DE PROCURADO]) EM CIMA DA CABEЗA DO PLAYER :c
Vlw!
Re: PROCURADO EM CIMA DA CABEЗA! -
iLordGG - 01.01.2017
new string2[50];
for(new i=0; i<MAX_PLAYERS; i++)
{
if(GetPlayerWantedLevel( i ) > 0)
{
format(string2,256,"[ Procurado ]( %d )",GetPlayerWantedLevel( i ));
SetPlayerChatBubble(i,string2, Vermelho, 50.0, 1002);
}
}
Re: PROCURADO EM CIMA DA CABEЗA! -
FerrariL - 01.01.2017
Nгo esqueзa de definir a cor la em cima em defines