Thread: Help with pvp on my server

Results 1 to 2 of 2
  1. #1 Help with pvp on my server 
    Mikker
    Guest
    well guys im using crazy pvp camelot edition source and what i want is the following area safe and the other pk see pics i have look at tuts but no luck if someone could please help me it will be great.

    my in pvp boolean(if needed)
    Code:
    public boolean isInPvP(int coordX, int coordY, int Type) {
    			if ((coordY >= 3090) && (coordY <= 3089) && (coordX <= 2452) && (coordX >= 3090) || (coordY >= 3091) && (coordY <= 3088)) {		
    				return true;
    			}
    		return false;
    	}
    Cwars Tele so you can get there:
    Code:
    X-2441,Y-3089
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2009
    Posts
    1,220
    Thanks given
    4
    Thanks received
    61
    Rep Power
    0
    I Dont get it?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •