Thread: [REQ]how to make a portal members only (delta)[REQ]

Results 1 to 5 of 5
  1. #1 [REQ]how to make a portal members only (delta)[REQ] 
    snichel
    Guest
    hi everyone plz take some time to look at this. i was wondering how to make a portal prem only my prem code is premZ so idk how here what my portal code looks like right now.

    Code:
    			if ((objectID == 7353) && (objectX == 3091) && (objectY == 3487)) {
    				triggerTele(3116, 9844, 0);
    				sM("You to be prem to use this teleport.");
    			}
    so if you could give me the code to figure this out i would rep++ u every chance i get =) so plz help me:cookie:COOOKIE!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2008
    Posts
    410
    Thanks given
    0
    Thanks received
    5
    Rep Power
    7
    umm...like is their rights for premium other than that put in If premium = true something like that... heres a example

    case 2472: // modportal
    if(playerRights >= 2) {
    teleportToX = 3281;
    teleportToY = 2766;
    sendMessage("Welcome to the Staff Zone.");
    } else {
    sendMessage("Sorry You Are Not A Admin");
    sendMessage("You May Have Luck If You Work For It");
    }
    break;
    ok the player rights 2 is means u have to be admin..
    Reply With Quote  
     

  3. #3  
    snichel
    Guest
    nope thats not it and it needs to converted to delta files
    Reply With Quote  
     

  4. #4  
    Blair'
    Guest
    Code:
    			if (objectID == 7353 && objectX == 3091 && objectY == 3487 && donator == 1) {
    				triggerTele(3116, 9844, 0);
    } else {
    				sM("You to be prem to use this teleport.");
    			}
    Reply With Quote  
     

  5. #5  
    snichel
    Guest
    Blair' i owe you so much ty for this! Your the best! Lol your pimpin see you later

    ---------- Post added at 11:32 PM ---------- Previous post was at 11:26 PM ----------

    ty again
    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
  •