Raised This Month: $51 Target: $400
 12% 

Get player in event NewRound


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 07-27-2009 , 22:43   Get player in event NewRound
Reply With Quote #1

How....Please help ...
__________________
5c0r-|3i0 is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 07-27-2009 , 23:43   Re: Get player in event NewRound
Reply With Quote #2

Get who\what player at NewRound? Explain further please.
__________________
Bugsy is offline
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 07-27-2009 , 23:50   Re: Get player in event NewRound
Reply With Quote #3

I want to get player id ...So I can give player items at round start , or do something else...
__________________
5c0r-|3i0 is offline
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
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 07-28-2009 , 00:15   Re: Get player in event NewRound
Reply With Quote #5

This method uses hamsandwich\fakemeta to give players items when they are spawned (pretty much equivalent to @ new round). You can remove fakemeta and use an alternate method of giving items if you want to avoid using fakemeta for whatever reason.

http://forums.alliedmods.net/showpos...10&postcount=4
__________________

Last edited by Bugsy; 07-28-2009 at 00:18.
Bugsy is offline
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 07-28-2009 , 00:20   Re: Get player in event NewRound
Reply With Quote #6

Thanks...
__________________
5c0r-|3i0 is offline
Reply



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 04:13.


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