View Single Post
SAMURAI16
BANNED
Join Date: Sep 2006
Old 09-30-2008 , 11:57   Re: Warmup Round
Reply With Quote #7

if you'r not going to use:
if(newValue[0] == '1'
then use
if(StrEqual(newValue,"1"))

Don't check string[char num] with StrEqual

Place the stuff from OnConfigsExecuted() in OnPluginStart() until next SM Version or let it there permanently
SAMURAI16 is offline
Send a message via MSN to SAMURAI16