[DUVIDA] Como acrescentar ++ no Wanted? - 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] Como acrescentar ++ no Wanted? (
/showthread.php?tid=338445)
[DUVIDA] Como acrescentar ++ no Wanted? -
Chis - 29.04.2012
SetPlayerWantedLevel(playerid, 1);
Inves de colocar um nivel queria que aumentasse + 1 nivel
Re: [DUVIDA] Como acrescentar ++ no Wanted? -
Don_Speed - 29.04.2012
@edit
Re: [DUVIDA] Como acrescentar ++ no Wanted? -
Hydra_RuleZ - 29.04.2012
WantedPoints[playerid] += 1;
SetPlayerWantedLevel(playerid, WantedPoints[playerid]);
Re: [DUVIDA] Como acrescentar ++ no Wanted? -
zbt - 29.04.2012
pawn Код:
SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid)+1);
Re: [DUVIDA] Como acrescentar ++ no Wanted? -
Felipe_Wesker - 29.04.2012
pawn Код:
WantedPoints[playerid] += 1;