View Single Post
  #16  
Old 06-28-2011, 12:12 AM
Tricxta Tricxta is offline
The Muffin Man
Tricxta's Avatar
Join Date: Oct 2010
Location: Australia
Posts: 563
Tricxta is just really niceTricxta is just really nice
Quote:
Originally Posted by callimuc View Post
PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
//script
this.+= 0.5;

should be replaced with
PHP Code:
//#CLIENTSIDE
function onPlayerenters() {
//script
this.=int(this.x)+0.5;

fixed :0
__________________
Quote:
Originally Posted by Crono View Post
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.
Reply With Quote