Is that possible? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Is that possible? (
/showthread.php?tid=377883)
Is that possible? -
Smokkr - 15.09.2012
Hey I want to know is possible to remove wanted level stars?And if is possible please somebody give me the code because I don't know it :/
Re: Is that possible? -
ThePrograme - 15.09.2012
do you want to remove tham comletly or just if a player has them
just if a player has them:
https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel
Re: Is that possible? -
KoczkaHUN - 15.09.2012
https://sampwiki.blast.hk/wiki/SetPlayerWantedLevel
pawn Код:
SetPlayerWantedLevel(playerid, 0);
Re: Is that possible? -
zDevon - 15.09.2012
Assuming you've set the level previously,
pawn Код:
SetPlayerWantedLevel(playerid,0)
Re: Is that possible? -
Smokkr - 15.09.2012
I want to remove this textdraw
I want nobody can see this
Re: Is that possible? -
SumX - 15.09.2012
Make another variable for wantedlevel.
I have SetPVarInt(playerid,WantedLevel") and I automatically don't have the stars.
Re: Is that possible? -
Smokkr - 15.09.2012
Ive made that, lock this thread.