Raised This Month: $ Target: $400
 0% 

Check roundstart natural-selection


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
DTE
Junior Member
Join Date: Nov 2006
Old 06-27-2007 , 10:53   Check roundstart natural-selection
Reply With Quote #1

Is there a way to check when a round starts in natural-selection (after the four beeps)?

I found this thread, but I doesn't seem to work
http://forums.alliedmods.net/showthread.php?t=42159

Code:
public plugin_init()
{
 register_logevent("round_start", 2, "1=Round_Start")
}
public round_start() {
 
 new players[32], num
 get_players(players, num)
 
 new player
 for(new i = 0; i < num; i++)
 {
  player = players[i]
  client_print(player, print_chat, "start")
 }
}
DTE 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 21:24.


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