Results 1 to 10 of 17

Thread: Trav's scripts

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    cat supremacist Lieutenant
    Join Date
    Jul 2016
    Location
    Melbourne
    Posts
    907

    Trav's scripts

    Hey, I'm going to be posting some of the scripts I have made here.
    They may not be the first of its kind but everything here I have made.
    Oh, and if my scripts has some problems, you can always fix it then post it here
    First one :
    PHP Code:
    function onCreated()  {
      
    this.chat "Tell me the diameter (in centimers) of the circle which it's circumference you want to know?";
      }


    function 
    onPlayerChats() {
      
    this.chat player.chat pi;
      } 
    That is a circumference calculator, here is a gif https://gyazo.com/edb50104ace6d16f4defb240516fcee1
    Last edited by leaf me alone; 01-01-2017 at 10:55 PM. Reason: Forgot something

Posting Permissions

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