View Single Post
Afronanny
Veteran Member
Join Date: Aug 2009
Old 08-29-2010 , 19:57   Re: [ANY] Player Spawns
Reply With Quote #6

Check lines 51, 62, 77, 116

PHP Code:
if(cEnabled
should be
PHP Code:
if (GetConVarBool(cEnabled)) 

Last edited by Afronanny; 08-29-2010 at 19:59.
Afronanny is offline