Results 1 to 10 of 45

Thread: iMask's Scripts

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Big Cheese Captain
    Join Date
    Jun 2013
    Posts
    1,029

    iMask's Scripts

    Hii, here's a place for me to dump all my scripts.

    Basic event /start script
    PHP Code:
    //Coded by iMask
    function onPlayerChats () {
       if (
    clientr.staff == && this.chat == "/start") {   //checks to see if the player is a staff member and sees if you said /start
          
    for (pl allplayers) {   //for all players excluding staff
             
    pl.x=30;   //x corrdinate 
             
    pl.y=30;   //y coorinate
          
    }
       }

    Last edited by iMask; 01-22-2015 at 09:43 PM.
    iEra Developer / SFX Admin

    Need help? Contact me:
    Email: [email protected]

Posting Permissions

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