Thread: [pi] adding Rights To Auto Dontation

Results 1 to 6 of 6
  1. #1 [pi] adding Rights To Auto Dontation 
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    27
    Posts
    608
    Thanks given
    77
    Thanks received
    78
    Rep Power
    21
    Okay Im using Madturnip's donation script how do i make it so it make the player right = 4 when they donate and give the donor (isDonator = 1)
    Reply With Quote  
     

  2. #2  
    Trap God

    Join Date
    Jun 2010
    Age
    28
    Posts
    570
    Thanks given
    27
    Thanks received
    26
    Rep Power
    4
    link me to the tut of the donation.
    "What was done to me was monstrous."
    "And they created a monster."
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2008
    Posts
    316
    Thanks given
    0
    Thanks received
    6
    Rep Power
    35
    make players playerright 4 isnst smart dude playerright 4 is hiden admin on project insanity.
    Reply With Quote  
     

  4. #4  
    I'm President Carter


    Join Date
    Jan 2011
    Posts
    1,204
    Thanks given
    17
    Thanks received
    222
    Rep Power
    144
    Quote Originally Posted by superbombet View Post
    make players playerright 4 isnst smart dude playerright 4 is hiden admin on project insanity.
    Not every single PI has Hidden Admin as playerRights 4. On any DSPK PlayerRights 4 is donator.

    Edit: OT: Find this part,
    Code:
    c.getItems().addItem(4151,1);
    And then under that add this,
    Code:
    c.playerRights = 4;
    c.isDonator = 1;


    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2008
    Posts
    316
    Thanks given
    0
    Thanks received
    6
    Rep Power
    35
    sorry but i dont use dspk and why would they make playerRight 4 donator if u make a mistake in a command u do something like this >= then a donator can do owner commands..?
    Reply With Quote  
     

  6. #6  
    I'm President Carter


    Join Date
    Jan 2011
    Posts
    1,204
    Thanks given
    17
    Thanks received
    222
    Rep Power
    144
    Quote Originally Posted by superbombet View Post
    sorry but i dont use dspk and why would they make playerRight 4 donator if u make a mistake in a command u do something like this >= then a donator can do owner commands..?
    Cause in DSPK command file the commands are organized with public voids so you don't have to add "if (c.playerRights >= 3) {" for every owner command.


    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

Similar Threads

  1. Adding ::item for players rights 3.
    By Raw Envy in forum Help
    Replies: 6
    Last Post: 02-24-2011, 04:21 PM
  2. Replies: 1
    Last Post: 10-20-2010, 09:14 PM
  3. Replies: 8
    Last Post: 05-30-2010, 10:52 AM
  4. Adding rights to buttons...
    By Faceman29 in forum Requests
    Replies: 4
    Last Post: 04-05-2010, 03:06 AM
  5. Adding a command with rights.
    By ddrum1997 in forum Help
    Replies: 2
    Last Post: 01-17-2010, 02:18 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •