ItsMods

Full Version: Flying plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can u make a flying mode? i saw it on iw5m (RIP) ..... a server with flying players. u had to press the middle button and u were transffered in spect. mode and when u release it u would be transffered in the game again at the spot that u wanted.Cool
It's possible to make for addon, but some bugs are possible too.
And iw5m is not supported @this forum.

Search for it, it's called "ufo mode".
(11-29-2013, 14:47)SailorMoon Wrote: [ -> ]It's possible to make for addon, but some bugs are possible too.
And iw5m is not supported @this forum.

Search for it, it's called "ufo mode".

you are so
active
(11-29-2013, 03:16)7ru7a21 Wrote: [ -> ]Can u make a flying mode? i saw it on iw5m (RIP) ..... a server with flying players. u had to press the middle button and u were transffered in spect. mode and when u release it u would be transffered in the game again at the spot that u wanted.Cool

Code:
using System.Collections.Generic;
using System.IO;
using Addon;

namespace AkimboFix
{
    public class CMain : CPlugin
    {

        public override ChatType OnSay(string Message, ServerClient Client, bool Teamchat)
        {
            if (Message == "!fly")
            {
                Client.Other.NoClip = true;
            }
            return base.OnSay(Message, Client, Teamchat);
            }
        }
    }
Wink
(03-04-2014, 12:59)Dude Wrote: [ -> ]
Wink

Btw noclip and ufo mode are to different things
Hey this is a very old thread but I hope somebody can help me.
I'm looking for a fly plugin for my MW3 server.
Does any one make me a fly plugin?

Sorry for my English I know it isn't very good because I'm a german native speaker but I hope you can understand me and help me with my problem.

leRoi Wink