Raised This Month: $ Target: $400
 0% 

More money than 16000 2.0 (2/1/08)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
VEN
Veteran Member
Join Date: Jan 2005
Old 02-11-2006 , 06:12  
Reply With Quote #11

Code:
// #include <amxmodx> new bool:g_new_game public plugin_init() {     register_event("TextMsg", "event_new_game", "a", "2=#Game_Commencing", "2=#Game_will_restart_in")     register_event("HLTV", "event_new_round", "a", "1=0", "2=0") } public event_new_game() {     g_new_game = true } public event_new_round() {     if (g_new_game) {         g_new_game = false         // do something here     } }
VEN 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 07:53.


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