
08-06-2010, 10:03 PM
|
|
Kevin Azite
|
 |
Join Date: Sep 2005
Posts: 1,489
|
|
Quote:
Originally Posted by xMane
Do you know how much i love you? <3 Thanks. EDIT : NVM! EDIT x2: NVM TAT NVM I LOVE U!
PHP Code:
function onActionWarpPlayer() {
player.setlevel2("express_boat-storm2.nw",36.5,18);
}
//#CLIENTSIDE
function onCreated()
{
setshape(1,32,32);
}
function onPlayerTouchsMe()
{
if(client.quest1=4)
{
triggeraction(this.x + 1, this.y, + 1, "WarpPlayer", "");
setani("sleep",NULL);
client.quest1=5;
}
}
it still no work! but setting client.quest1 works perfectly...
|
not 100% sure on this since I always do it but I believe you need to add a setshape on the serverside as well. |
|
|
|