Raised This Month: $ Target: $400
 0% 

Get player in event NewRound


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Tirant
Veteran Member
Join Date: Jul 2008
Location: Los Angeles, California
Old 07-28-2009 , 00:09   Re: Get player in event NewRound
Reply With Quote #4

Try this, it should work.

Code:
new MaxPlayers

public plugin_init()
register_logevent("EventRoundStart", 2, "1=Round_Start");

public EventRoundStart()
{
             for (new id = 1; id <= MaxPlayers; id++)
             if (is_user_alive(id))
             {
                          //add your code here
             }
}
__________________

PM me if you're interested in buying the Credits addition for Base Builder
Battlefield Rebirth [66% done]
Call of Duty: MW2 [100% done]
Base Builder [100% done]
Tirant 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 18:22.


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