Thread: how would i
View Single Post
  #2  
Old 04-14-2007, 08:38 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
function onPlayerTouchsMe()
  {
  
hide();
  
sleep(2);
  
show();
  } 
?
Reply With Quote