Quote:
Originally Posted by greggiles
hey, this is really sweet. im tryin to edit the baddie a little and im havein trouble gettin my clientr.explevel to go up
if (this.mode != DEAD)
{
( clientr.explevel =+ 1) <------------
this.mode = DEAD;
this.health[0] = 0;
setcharani("dead", "");
this.chat = this.health[0] @ "/" @ this.health[1];
scheduleevent(8, "Respawn", "");
}
}
}
|
Try:
PHP Code:
findPlayer(this.plyr).clientr.explevel += 1;