View Single Post
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 12-09-2009 , 16:25   Re: [CSS] Random Skin/Model Change
Reply With Quote #3

Quote:
Originally Posted by smithy View Post
hi my friend great idea currently using this on our server , i have one request for this , we use a few bots on our server and wondered if you wouldnt mind excluding them from this so they stay with the default skins.

Great work much appreciated

best regards

smithy
If you haven't already download sm_skinapp.sp into:
/cstrike/addons/sourcemod/scripting

Insert this on line 239
if (IsFakeClient(client_index)) return;

Compile the revised sm_skinapp.sp and replace the sm_skinapp.smx in your plugins folder with the new one

Last edited by LumiStance; 12-09-2009 at 16:33.
LumiStance is offline