Raised This Month: $ Target: $400
 0% 

Alien Swarm Events Page Up!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
McFlurry
Veteran Member
Join Date: Mar 2010
Location: RemoveEdict(0);
Old 11-06-2010 , 04:04   Alien Swarm Events Page Up!
Reply With Quote #1

I'd like to announce that the Alien Swarm Events page is now up, it can be found here:
http://wiki.alliedmods.net/Alien_Swarm_Events

For other game event pages go here:
http://wiki.alliedmods.net/Game_Events_(Source)

Hopefully this encourages some plugins for alien swarm to be written.
__________________
McFlurry is offline
Send a message via Skype™ to McFlurry
Seta00
The Seta00 user has crashed.
Join Date: Jan 2010
Location: Berlin
Old 11-06-2010 , 08:11   Re: Alien Swarm Events Page Up!
Reply With Quote #2

If only there were more maps. And AS is very unstable.
Seta00 is offline
McFlurry
Veteran Member
Join Date: Mar 2010
Location: RemoveEdict(0);
Old 11-06-2010 , 14:35   Re: Alien Swarm Events Page Up!
Reply With Quote #3

Yeah it's unstable, but since support was officially added with 1.3.5 I decided I might as well do it. Though hopefully valve comes through with some free DLC.
__________________
McFlurry is offline
Send a message via Skype™ to McFlurry
Frenzzy
SourceMod Donor
Join Date: Jan 2007
Location: Russia
Old 04-01-2011 , 03:19   Re: Alien Swarm Events Page Up!
Reply With Quote #4

Hello!

The "player_fully_joined" event is not working, or I do something wrong?

Code:
public OnPluginStart()
{
	HookEvent("player_fully_joined", Event_PlayerFullyJoined);
}

public Action:Event_PlayerFullyJoined(Handle:event, const String:name[], bool:dontBroadcast)
{
	new client = GetClientOfUserId(GetEventInt(event, "userid"));

	PrintToServer("Player %N fully joined!", client);

	new promotion = GetEntProp(client, Prop_Send, "m_iNetworkedPromotion");
	new xp = GetEntProp(client, Prop_Send, "m_iNetworkedXP");

	PrintToServer("%N has %i Promotion and %i XP.", client, promotion, xp);
}
I want to determine moment when we can get Promotion and XP of the player. There are other ways?
Frenzzy is offline
Send a message via ICQ to Frenzzy Send a message via MSN to Frenzzy Send a message via Skype™ to Frenzzy
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 02:38.


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