Raised This Month: $ Target: $400
 0% 

how to check when round time has expired?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 01-05-2014 , 04:40   Re: how to check when round time has expired?
Reply With Quote #2

I'm not very updated. Someone will point out if there's a better way.
https://wiki.alliedmods.net/Half-Lif...ents#RoundTime

I haven't tested it as my server is not running currently.
Code:
#include <amxmodx> public plugin_init() {     register_plugin("Test Plugin 3", "", "");         register_event("RoundTime", "eventRoundTime", "a", "1=0"); } public eventRoundTime() {     server_print("Round time is 0:00"); }
__________________
Black Rose is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:05.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode