View Single Post
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 11-16-2010 , 04:19   Re: [TF2] Hide Players
Reply With Quote #2

PHP Code:
public Action:SoundHook(clients[MAXPLAYERS], &numClientsString:sample[PLATFORM_MAX_PATH], &entity, &channel, &Float:volume, &level, &pitch, &flags
Should probably be MAXPLAYERS+1.

And you should change this line:
PHP Code:
if(owner || owner MAXPLAYERS
to MaxClients to prevent any possible problems.
bl4nk is offline