View Single Post
  #5  
Old 12-15-2009, 06:08 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by thatdwarf View Post
Wouldnt that method be extremely messy?

Maybe I'm not seeing the correct method for going about doing that, but that sounds very messy
It's actually cleaner since it keeps all your code in one place and lets you trigger it, if you do it right.

PHP Code:
//#CLIENTSIDE
function onPlayerTouchsMe() {
  (@ 
"-SkiLift").trigger("startLift");

PHP Code:
//#CLIENTSIDE
function onStartLift() {
  
setTimer(1); // etc

__________________
Reply With Quote