Raised This Month: $ Target: $400
 0% 

Sm_Skinchooser


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
PStar
Veteran Member
Join Date: Mar 2008
Old 03-14-2009 , 21:36   Re: Sm_Skinchooser for Counterstrike Source
Reply With Quote #7

Quote:
Originally Posted by andi67 View Post
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.
Thank you.
PStar 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:11.


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