View Single Post
  #9  
Old 04-23-2006, 06:49 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
Quote:
Originally Posted by Angel_Light
//#CLIENTSIDE
if (created) {
timeout = 0.05;
}


if (timeout) {
playermp = 100;
timeout = 0.05;
}

-_- Use brackets right
You don't need brackets after the if (created). I normally do the same when it's just one command following the statement. i.e.
PHP Code:
if (playerchatssetplayerprop #c,omg!; 
Adding brackets to just one line when it's already easily understood is just a waste of time and space.
__________________
Reply With Quote