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

[TF2] Getting an Event's Information


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ILikePizza555
Junior Member
Join Date: Mar 2012
Old 04-15-2012 , 18:15   [TF2] Getting an Event's Information
Reply With Quote #1

So I am trying to make a plugin that displays who is capping the point and I made this.

Code:
public OnPluginStart()
{
    HookEvent("teamplay_point_startcapture", Event_Point_Captured);
}

public Action:Event_Point_Captured(Handle:Event, const String:name[], bool:dontBroadcast)
{
    new String:Buffer[32];
    GetEventString(Event, "cappers", Buffer, 32); 
    
    PrintCenterTextAll( "%s: %s", "Cappers", Buffer[1]);
}
It compiles fine, only problem is that all it does is display "Cappers:" and thats it.

I'm really new to sourcepawn and ANY help would be greatly appreciated.
__________________
ILikePizza555 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 00:51.


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