• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] How to decrease SetPlayerWantedLevel every 5 seconds?
#4
(2021-07-04, 06:55 PM)Kwarde Wrote: Alternatively, if you're using YSI you can use y_timers:



Code:
//Somewhere in your script (after including y_timers ofc)

ptask DescreaseWantedLevel[5000](playerid)

{

    //Your piece of code to decrease wanted level

}

You shouldn't really force people to use YSI if they do not want to do so
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


Messages In This Thread
RE: How to decrease SetPlayerWantedLevel every 5 seconds? - by Pinch - 2021-07-05, 05:58 AM

Forum Jump: