Thread: objectoption1 help z525

Results 1 to 3 of 3
  1. #1 Reported Post by SWAT. Moderators: Jrugs, Method 
    Ex RSPS-cleaner

    SWAT's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    5,484
    Thanks given
    403
    Thanks received
    599
    Rep Power
    3609
    SWAT has reported a post.

    Reason:
    dump within 24h
    Post: [Delta] Specials Emotes
    Forum: Help
    Assigned Moderators: Jrugs, Method

    Posted by: Bennyaka
    Original Content:
    Help!
    Reply With Quote  
     

  2. #2 objectoption1 help z525 
    Registered Member
    Join Date
    Jul 2010
    Posts
    250
    Thanks given
    6
    Thanks received
    1
    Rep Power
    30
    ummm i added a portal and shit and here is wut i put to make it donor
    Code:
                                    case 7288:// Donator shop
                                    if (p.Donator > 0) {
                                                    p.setCoords(2910, 5475, 0);
                                                    return;
                                            }
    		                }
                            if (p.Donator == 0) {
                                    p.getActionSender().showChatboxInterface(p, 243);
                                    p.getActionSender().animateInterfaceId(p, 9835, 243, 2);
                                    p.getActionSender().setNPCId(p, 6537, 243, 2);
                                    p.getActionSender().setString(p, "BBallerscape", 243, 3);
                                    p.getActionSender().setString(p, "Shops here,", 243, 4);
                                    p.getActionSender().setString(p, "Are for Donators,pm a admin", 243, 5);
                                    p.getActionSender().setString(p, "To buy donator for $10. ", 243, 6);
                            }
                    break;
    but it doesnt seem to work it has compiling errors so can u tell me wat to do ill rep
    Reply With Quote  
     

  3. #3  
    Registered Member
    Nando's Avatar
    Join Date
    Feb 2009
    Age
    29
    Posts
    3,517
    Thanks given
    2,439
    Thanks received
    1,108
    Rep Power
    5000
    case 7288:// Donator shop
    if (p.Donator < 1) {
    p.getActionSender().showChatboxInterface(p, 243);
    return;
    }
    if (p.Donator == 1) {
    p.setCoords(2910, 5475, 0);
    p.getActionSender().showChatboxInterface(p,243);
    p.getActionSender().animateInterfaceId(p,9835, 243, 2);
    p.getActionSender().setNPCId(p, 6537, 243, 2);
    p.getActionSender().setString(p, "BBallerscape", 243, 3);
    p.getActionSender().setString(p, "Shops here,", 243, 4);
    p.getActionSender().setString(p, "Are for Donators,pm a admin", 243, 5);
    p.getActionSender().setString(p, "To buy donator for $10.243,6);
    }
    break;


    Reply With Quote  
     

  4. Thankful user:



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. [601/602] objectoption1 error.
    By nickyboy304 in forum Help
    Replies: 3
    Last Post: 07-21-2010, 01:49 AM
  2. Replies: 1
    Last Post: 05-15-2010, 02:51 PM
  3. npcoption1,objectoption1
    By hitman in forum Help
    Replies: 0
    Last Post: 05-03-2010, 08:35 PM
  4. ObjectOption1 and 2 Empty.
    By Shemhamforash in forum Help
    Replies: 2
    Last Post: 09-22-2009, 01:23 AM
  5. [554]ObjectOption1
    By Anthony-| in forum Tutorials
    Replies: 10
    Last Post: 09-10-2009, 08:26 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •