Raised This Month: $ Target: $400
 0% 

get user old team


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
jimaway
Heeeere's Jimmy!
Join Date: Jan 2009
Location: Estonia
Old 08-28-2012 , 05:08   Re: get user old team
Reply With Quote #7

Quote:
Originally Posted by Caldeum View Post
Ok. But if i'm in CT and i change my team to T i will get the //message. What i'm trying to do is block message if i change my team but show message when i connect and choose the team.
you don't even know what you're talking about, don't you?

i dont get you all with your bigass codes with 1000000 variables cacheing teams and shit

Code:
#include <amxmodx> #include <cstrike> public plugin_init() {     register_plugin("this", "0", "jimaway")     register_clcmd("jointeam", "jointeam_func") } public jointeam_func(id) {     if (cs_get_user_team(id) == CS_TEAM_UNASSIGNED) {         //message     } }

Last edited by jimaway; 08-28-2012 at 05:14.
jimaway 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 05:50.


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