SA-MP Forums Archive
help with drunk - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help with drunk (/showthread.php?tid=277187)



help with drunk - [MKD]Max - 16.08.2011

hey guys i was to know and please try to help me

how much drunklevel 5000 need time to go
give in sec's


and how much drunk level 8000

and 15000


if you cant give me help tell me how to do this ?


Re: help with drunk - Norck - 16.08.2011

As on wiki said:
Quote:

Drunk level will automatically decrease over time (roughly 26 levels per second)

and
Quote:

Levels over 2000 make the player drunk

So we got:
(5000-2000)/26 = ~115 seconds
(8000-2000)/26 = ~230 seconds
(15000-2000)/26 = ~500 seconds

Well, that's it.