SA-MP Forums Archive
[DUVIDA] Estrelas de Procurado - 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: [DUVIDA] Estrelas de Procurado (/showthread.php?tid=132293)



[DUVIDA] Estrelas de Procurado - Chivits - 07.03.2010

Como faзo pra aparecer as estrelas quando um player tiver com nivel de procurado ?


Re: [DUVIDA] Estrelas de Procurado - andmeida10 - 07.03.2010

tambem gostava de saber


Re: [DUVIDA] Estrelas de Procurado - SlashPT - 07.03.2010

ja tentou

pawn Code:
SetPlayerWantedLevel(playerid, level);
??

muda o level para o nivel que queres... exemplo

pawn Code:
SetPlayerWantedLevel(playerid, 3);



Re: [DUVIDA] Estrelas de Procurado - victorxd12 - 07.03.2010

Dark Mais Exemplo Pra Ficar Almentando Em Uma Em Uma Estrela й Como ? help-me?


Re: [DUVIDA] Estrelas de Procurado - SlashPT - 07.03.2010

pah mas como keres aumentar como um timer??


Re: [DUVIDA] Estrelas de Procurado - Chivits - 07.03.2010

sу com o SetPlayerWantedLevel aparece ?

pq no meu gm eu utilizo pontos de procurado .. ai a cada 2 pontos o gm seta um nivel ..

mais n aparece estrelas ._.

pawn Code:
if(points >= 1 && points <= 2) { if(WantedLevel[playerid] != 1) { WantedLevel[playerid] = 1; wlevel = 1; yesno = 1; } }
ah consegui, colokei um SetPlayerWantedLevel(playerid, level); apos o yesno = 1;

e puis pra SetPlayerWantedLevel(playerid, 0); quando spawnar ... valeu