Raised This Month: $ Target: $400
 0% 

[TF2] [REQ] Bumpercart "checking"


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
protext
Senior Member
Join Date: Sep 2012
Old 02-28-2015 , 15:51   Re: [TF2] [REQ] Bumpercart "checking"
Reply With Quote #5

Quote:
Originally Posted by thecount View Post
PHP Code:
#include <sourcemod>
#include <tf2>

public OnPluginStart(){
    
HookEvent("player_team"Evt_Team);
}

public 
Evt_Team(Handle:event, const String:name[], bool:dontB){
    new 
client GetClientOfUserId(GetEventInt(event"userid")), team GetEventInt(event"team");
    if(
team == || team == 3){
        
TF2_AddCondition(client82);
    }

This plugin makes it possible to switch into the other team instantly if you are not in a bumper car...
__________________
protext 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 11:25.


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