
06-28-2011, 12:12 AM
|
The Muffin Man
|
 |
Join Date: Oct 2010
Location: Australia
Posts: 563
|
|
Quote:
Originally Posted by callimuc
PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
//script
this.x += 0.5;
}
should be replaced with
PHP Code:
//#CLIENTSIDE
function onPlayerenters() {
//script
this.x =int(this.x)+0.5;
}
|
fixed :0 |
__________________
Quote:
Originally Posted by Crono
No look at it, Stefan is totally trolling Thor. Calling Classic a "playerworld" (something it's not supposed to be) is the ultimate subtle insult to a true fan.
It's genius.
|
|
|
|