View Single Post
  #8  
Old 05-31-2007, 02:28 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by cbkbud View Post
In that case

PHP Code:
function onCreated() { if (true){ dosomething(); dosomethingelse(); } if ( nottruelol ) { dothis(); killplayer(); } } function onPlayerEnters() { player.chat "foo"; if (player.30 ) { player.31player.chat "HAXOR!" } } 
(My ingenius haxor protection system)

PHP Code:
function onCreated(){if (1){s();o();} if (0){t();k();}} function onPlayerEnters(){player.chat="foo";if(player.x<30){player.x=31;player.chat="HAXOR!"}} 
By Ziro's interpretation, I optimized your code.
Reply With Quote