Raised This Month: $ Target: $400
 0% 

[TF2] Force Team (v1.00)


Post New Thread Reply   
 
Thread Tools Display Modes
narugo
Member
Join Date: Mar 2013
Location: São Paulo - Brazil
Old 07-29-2013 , 21:03   Re: [TF2] Force Team (v1.00)
Reply With Quote #11

Quote:
public OnPluginStart() {
// Hook jointeam command
RegConsoleCmd("jointeam", OnJoinTeam);

// Create console variables
cvarForceTeamOnJoin = CreateConVar("sm_force_team_on_join", "RED");
cvarForceTeamOnDeath = CreateConVar("sm_force_team_on_death", "RED");
cvarBlockJoinTeam = CreateConVar("sm_block_join_team", "0");

// Events
HookEvent("player_death", eventPlayerDeath);
HookEvent("player_spawn", eventPlayerSpawn);
HookEvent("teamplay_round_start", eventRoundRestart);
HookEvent("player_death", eventPlayerDeath);
cvarForceTeamOnDeath = CreateConVar("sm_force_team_on_death", "RED");
how can me change it, like when afk put player in spec, change player to a team, like despectate, but despectate is incompatible with PlNl0N.
__________________
narugo is offline
Send a message via Skype™ to narugo
dotexe
Senior Member
Join Date: Aug 2013
Old 11-11-2014 , 21:11   Re: [TF2] Force Team (v1.00)
Reply With Quote #12

Could anyone update this plugin? I can't compile it because of errors.
dotexe is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 11-12-2014 , 09:59   Re: [TF2] Force Team (v1.00)
Reply With Quote #13

Quote:
Originally Posted by dotexe View Post
Could anyone update this plugin? I can't compile it because of errors.
https://forums.alliedmods.net/showth...24#post1958524
or
https://forums.alliedmods.net/showth...02#post1971102
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
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 03:01.


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