Raised This Month: $ Target: $400
 0% 

[REQ] Spawn Protection with limitations?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
[BSM] isuckatlinux
Member
Join Date: Oct 2008
Location: Georgia
Old 01-27-2009 , 21:00   Re: [REQ] Spawn Protection with limitations?
Reply With Quote #13

Quote:
Originally Posted by CrimsonGT View Post
Just look it up man, game events are .res files. I believe its modevents.res or gameevents.res or something. There are different events in each one.
Here's my modevents.res:
Code:
//=========== (C) Copyright 1999 Valve, L.L.C. All rights reserved. ===========
//
// The copyright to the contents herein is the property of Valve, L.L.C.
// The contents may be used and/or copied only with the written permission of
// Valve, L.L.C., or in accordance with the terms and conditions stipulated in
// the agreement/contract under which the contents have been supplied.
//=============================================================================

// No spaces in event names, max length 32
// All strings are case sensitive
//
// valid data key types are:
//   string : a zero terminated string
//   bool   : unsigned int, 1 bit
//   byte   : unsigned int, 8 bit
//   short  : signed int, 16 bit
//   long   : signed int, 32 bit
//   float  : float, 32 bit
//   local  : any data, but not networked to clients
//
// following key names are reserved:
//   local      : if set to 1, event is not networked to clients
//   unreliable : networked, but unreliable
//   suppress   : never fire this event
//   time    : firing server time
//   eventid    : holds the event ID

"modevents"
{
    "player_death"                // a game event, name may be 32 charaters long
    {
        "userid"    "short"       // user ID who died                
        "attacker"    "short"         // user ID who killed
        "weapon"    "string"     // weapon name killed used 
    }
}

I didn't see gameevents.res though
__________________
[BSM] isuckatlinux is offline
Send a message via AIM to [BSM] isuckatlinux Send a message via Yahoo to [BSM] isuckatlinux
 



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:31.


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