PHP Code:
function onCreated()
{
this.rnd=int(random(0,3));
it(this.rnd==0)
{
setlevel2("levelname",x,y);
}
else if(this.rnd==1)
{
etc
}
else
{
etc
}
}

Use that as a base, learn how to do it with playertouchsme() (hint, you'll also need to use setshape because this is serverside).
Quote:
|
Originally Posted by Sum41Freeeeek
Is it a hobby to be a **** on this forum?
I bet the script will take 5 seconds to make.
|
About 7, yeah