Jump to content
  • 0

a script that will automaticaly warp a dead player


joelolopez

Question


  • Group:  Members
  • Topic Count:  154
  • Topics Per Day:  0.03
  • Content Count:  493
  • Reputation:   46
  • Joined:  01/24/12
  • Last Seen:  

im improving the ghost pvp script

 

i just cant figure out how to warp a dead player after the player commit a penalty from being a feeder

 

i need to warp the feedee and the feeder into my custom prison cell

 

and remove the last save point of that two players so that they cant get back into their last save points after killing each other inside the prison cell

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

OnPCDieEvent:
getmapxy(.@map$,.@x,.@y,0);
if(.@map$=="input event map here") {
warp "map where the player will be warped",x position,y position; // to check the map,x,y just type in game /where
end;
}
end;


 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...