Results 1 to 6 of 6

Thread: Ap Events Team

  1. #1

    Ap Events Team

    Can someone make a script for me to use like

    if ap=100;
    setguild Events Team

  2. #2
    ok here we are going to use a command to set our guild to events team and our ap to 100.
    PHP Code:
    //#CLIENTSIDE
    function onPlayerchats() {
      if(
    player.chat == "/ET") {
        
    player.ap 100;
        
    player.guild "Events Team";
      }

    And the reason we are doing it this way because lets say 4 of our staff members have there tag set if they have there gold name on it will auto give them the tag "Events Team" and we dont want that. Im not on my rc ATM so this could not work.
    Noof was here.

  3. #3
    Oh yeah and xadis can you add my RC back. For some reason somebody keeps taking it away its pissing me off probally waylander, not sure but when ever you get a chance that would be great.
    Noof was here.

  4. #4

  5. #5
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    PHP Code:
    function onPlayerChats() {
      if (
    player.chat == "/events) {
        player.chat = ""; 
         player.ap = 100;
         player.guild = "
    Events Team";
         setlevel2("
    eventplace.nw",30,30);
       }

    By the way, you wouldn't need clientside.


    I saw. I conquered. I came.


  6. #6
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    We do not give you code. We can help you out if you have a problem, or give you tips on how you can code better.

    And the only way we are going to give you scripts is if we see your effort on how far you've tried and learned.
    -Johnaudi

Posting Permissions

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