View Single Post
  #20  
Old 10-30-2005, 11:56 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
this is not a weapon this is the current script, it does not warp the player

NPC Code:
if (actionservside){
if(strequals(#p(0),warp)){
setlevel2 begin_darkrival2.nw,31,31;
}
}
//#CLIENTSIDE
if(actionleftmouse){
setgender male;
sethead head.png;
setbody body.png;
enabledefmovement;
hideplayer.05;
triggeraction playerx,playery,serverside,warp;
}

Reply With Quote