Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21

Thread: Noofboy12's Scripts

  1. #11
    ....not to be a downer, but...F5 does the same thing.

    Nice attempt, however. Keep trying, you are getting the basics, it seems.

  2. #12
    Quote Originally Posted by Torankusu View Post
    ....not to be a downer, but...F5 does the same thing.

    Nice attempt, however. Keep trying, you are getting the basics, it seems.
    Wow if only i knew that sooner... thanks for pointing that out now i feel stupid. anyway thanks
    Noof was here.

  3. #13
    Street Boss
    Join Date
    Jun 2013
    Location
    United States
    Posts
    529
    Don't stress it, this was a nice way to practice your ability.
    Keep it up

  4. #14

    Gag Script

    Hey i have a quite funny script it is very abusive to if you say /gag it will clear the whole servers chat to *Gagged* its because i just learned triggerserver, Here it is.
    PHP Code:
    function onActionServerside() {
      for(
    temp.pl allplayers) {
      
    pl.chat "*Gagged*";
      }
    }

    //#CLIENTSIDE
    function onPlayerChats() {
      if(
    player.chat == "/gag") {
        
    triggerserver("gui"this.nameNULL) ;
      }

    Noof was here.

  5. #15
    grass4m3
    Guest
    What's the point of posting abusive code without any explanations of how it works so people could possibly in any way use it to benefit their understanding?

  6. #16
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    I will kindly request you to keep your codes in a single thread.
    -Johnaudi

  7. #17
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    A much better use could be:
    PHP Code:
    function onPlayerChats() { 
              
    this.swear "swearword";
            if (
    player.chat==this.swear) {
              
    player.chat ="Gagged";
    }



    I saw. I conquered. I came.


  8. #18
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    Quote Originally Posted by Grief Hero View Post
    A much better use could be:
    PHP Code:
    function onPlayerChats() { 
              
    this.swear "swearword";
            if (
    player.chat==this.swear) {
              
    player.chat ="Gagged";
    }

    Or...

    PHP Code:
    //#CLIENTSIDE
    function onPlayerChats() {
      
    temp.badwords = {"Gay""Noob""BadBoi"}
      for (
    temp.word player.chat.tokenize()) {
        if (
    temp.word in temp.badwords) return player.chat "I'm not supposed to say bad words to stupid players!";
      }

    -Johnaudi

  9. #19
    what do u use these codes at?

  10. #20
    Quote Originally Posted by grass4m3 View Post
    What's the point of posting abusive code without any explanations of how it works so people could possibly in any way use it to benefit their understanding?
    if you say /gag it will clear the whole servers chat to *Gagged*
    The point of posting it is to get feedback and advice im not saying to use it.
    Noof was here.

Posting Permissions

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