Raised This Month: $ Target: $400
 0% 

Sm_Skinchooser


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 03-14-2009 , 13:00   Re: Sm_Skinchooser for Counterstrike Source
Reply With Quote #6

Open sm_skinchooser_css.sp and delete the following lines :

#define TEAM_T 2
#define TEAM_CT 3


and this block :

public Event_PlayerTeam(Handle:event, const String:name[], bool:dontBroadcast)
{

new client = GetClientOfUserId(GetEventInt(event, "userid"));
new team = GetEventInt(event, "team");
if((team == TEAM_T || team == TEAM_CT) && IsClientInGame(client))
{
Command_Model(client, 0);
}
return;
}


then go to sourcemod webcompiler and compile again.
andi67 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 04:09.


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