Thread: 2 Questions...
View Single Post
  #8  
Old 08-06-2010, 10:03 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by xMane View Post
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.1this.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.
Reply With Quote