Raised This Month: $ Target: $400
 0% 

Disable team switch


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mr.noob.
Member
Join Date: Jun 2005
Old 07-09-2007 , 15:07   Disable team switch
Reply With Quote #1

Could someone make a mod where players are not allowed to switch teams?
mr.noob. is offline
Lee
AlliedModders Donor
Join Date: Feb 2006
Old 07-09-2007 , 15:51   Re: Disable team switch
Reply With Quote #2

Code:
#include <amxmodx> public plugin_init() {     register_plugin("Disable Team Switch", "1.0", "Lee");     register_clcmd("chooseteam", "cmdChooseTeam"); } public cmdChooseTeam(id) {     client_print(id, print_chat, "[AMXX] You are not permitted to switch teams on this server.");         return PLUGIN_HANDLED; }

Last edited by Lee; 08-01-2007 at 10:44.
Lee 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 13:46.


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