View Single Post
smithy
SourceMod Donor
Join Date: Sep 2008
Location: United Kingdom
Old 12-15-2009 , 06:39   Re: [CSS] Random Skin/Model Change
Reply With Quote #6

Hi my friend

I have tried altering the script with the suggestions u have made above , and i get these errors when trying to compile

Code:
 
/home/groups/sourcemod/upload_tmp/phpXNARKe.sp(239) : error 017: undefined symbol "client"
/home/groups/sourcemod/upload_tmp/phpXNARKe.sp(241) : warning 217: loose indentation
/home/groups/sourcemod/upload_tmp/phpXNARKe.sp(242) : warning 217: loose indentation
I added both the above commands on line 239

Code:
 
if (GetUserFlagBits(client) & ADMFLAG_CUSTOM5) return; 
if (IsFakeClient(client_index)) return;
Any help would be appreciated

best regards

smithy
smithy is offline