Thread: Adrenaline Mod
View Single Post
VEN
Veteran Member
Join Date: Jan 2005
Old 02-09-2007 , 02:31   Re: Adrenaline Mod
Reply With Quote #8

Quote:
cl_leftspeed 400;cl_rightspeed 400
I believe it should be just cl_sidespeed.

FYI:

Quote:
&& precache_sound
precache_sound always return true, no matter whether file precached or not.

You have no reason to hardcode volume == 1.0, we have VOL_NORM in amxconst.inc.

You might unhardcode some other values to make the code more readable.
VEN is offline