• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Flying plugin
#1
Brick 
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
  Reply
#2
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".
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#3
(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
| Youtube |
| Steam |
| Soundcloud |
| Instagram |

16 Years old editor, DJ and Music Producer from Croatia.
  Reply
#4
(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);
            }
        }
    }
  Reply
#5
Wink
OMA
[Image: One_Man_Army_Bag_render_MW2.PNG]
  Reply
#6
(03-04-2014, 12:59)Dude Wrote:
Wink

Btw noclip and ufo mode are to different things
~FYANB~ Servers Website

Primary Account:
[Image: 76561198070236721.png]
Secondary Account:
[Image: 76561198096107676.png]
Third Account:
[Image: 76561198164751656.png]
  Reply
#7
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
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Shop plugin for infected server Petrosyan 0 2,132 01-11-2016, 21:01
Last Post: Petrosyan
  [Request] Full specialist plugin (.dll file prefered) plz check Ph4ntoM 4 2,989 10-24-2015, 20:51
Last Post: Casper
  Help health and ping plugin tamir20121 7 5,206 10-22-2015, 16:09
Last Post: Ph4ntoM
  [Request] Full specialist plugin (.dll file prefered) Ph4ntoM 0 1,681 10-18-2015, 21:18
Last Post: Ph4ntoM
  [Request] Welcome plugin that checks user for VAC bans. graphix2004 0 1,885 07-26-2015, 12:19
Last Post: graphix2004
  Need HUD plugin s.j-rez 7 5,235 11-08-2014, 21:16
Last Post: clacki
  give ammo plugin lander 2 2,937 09-06-2014, 14:10
Last Post: clacki
Heart [Request] Bunker Plugin (Can pay) as4dkhan 2 2,856 08-24-2014, 19:08
Last Post: as4dkhan
Tongue MW3 working jump height, gravity and fall damage plugin request/help Semyel 9 7,321 04-12-2014, 17:36
Last Post: Casper
  Plugin to get weapons xxxLik3aB0SSxxx 51 22,995 03-21-2014, 03:39
Last Post: Dude

Forum Jump:


Users browsing this thread: 1 Guest(s)