View Single Post
luki1412
Veteran Member
Join Date: Oct 2008
Location: OnPluginStart()
Old 08-08-2014 , 13:00   Re: [TF2] How to match teleporters?
Reply With Quote #5

Quote:
Originally Posted by Godis View Post
1 is for entrance, 2 is for exit.
Are you sure?
PHP Code:
enum TFObjectMode
{
    
TFObjectMode_None 0,
    
TFObjectMode_Entrance 0,
    
TFObjectMode_Exit 1
}; 
__________________
luki1412 is offline