Show the time before restart
First,i am sorry for my poor english:mrgreen:
i need some help for the plugins, it will so the player when will restart like this 20->19->18->17->16 Game will start in %s sec,seconds Code:
#include <amxmodx> |
Re: Show the time before restart
I personally have not done something to this effect, so I cannot provide a code example, but you can tie an entity's think function to a specific time (down to 0.1 seconds) when next to think.
In your case, you would tell it the next think is in 1.0 seconds. You would keep count in a global variable somewhere, and when you get to a certain point, you would not give it a next think time. Quote:
|
Re: Show the time before restart
hi i'm not sure what you trying to do...
here a example, maybe it is what you try to do !!! maybe there are better ways to do this...but i'm not a pro scripter:wink: anyway it works :wink::mrgreen: PHP Code:
|
| All times are GMT -4. The time now is 09:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.