Timeleft in rounds
Hello everyone. I am set in my server the map time in rounds, but when i type in chat timeleft, i do not see the map rounds remaining before change map... What do i do? Or i need other plugin? I use amx_round_count.amxx
The example what i need: http://www.part.lt/img/7031b5bdabc02...2d7fa23657.png I see which round now when the rounds start, but i do not see rounds remaining when i type timeleft... http://www.part.lt/img/3e0fb335e58e4...bb67c25727.png |
Re: Timeleft in rounds
That is pretty easily achieved.
Add the following in timeleft.sma and recompile it: Under new g_Switch and above plugin_init() add: Code:
Inside the plugin_init() function (inside the brackets) add: Code:
Under plugin_init() add: Code:
Look for client_print(0, print_chat, "%L", LANG_PLAYER, "NO_T_LIMIT") and comment or replace it with this: Code:
That's it. Recompile and you're done. |
Re: Timeleft in rounds
1 Attachment(s)
Quote:
|
Re: Timeleft in rounds
1 Attachment(s)
Served on a silver platter.
|
Re: Timeleft in rounds
Quote:
|
| All times are GMT -4. The time now is 15:58. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.