• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Permanent UAV Plugin for Private Hight Jump Infected Server
#1
Question 
Exist a Permanent UAV Plugin for Private Hight Jump Infected Server? If Not Can Someone Please Make It? I Need It For Annoying Hiding People And I Cant Find It On Internet.

P.S. I Dont Want Hacks Just A Clean Plugin.
  Reply
#2
(04-01-2013, 17:07)Paxton Wrote: Exist a Permanent UAV Plugin for Private Hight Jump Infected Server? If Not Can Someone Please Make It? I Need It For Annoying Hiding People And I Cant Find It On Internet.

P.S. I Dont Want Hacks Just A Clean Plugin.
You can make a permanent uav without using any plugin just put it permanent when u r editing the class .dsr
But i dont know if it will work out map too.
  Reply
#3
yes but i need an Out Of Map too i hope it exist
  Reply
#4
compile it on your own
CSHARP Code
  1. using System;
  2. using Addon;
  3.  
  4. namespace uav
  5. {
  6. public class Class1 :CPlugin
  7. {
  8. public override void OnPlayerConnect(ServerClient Client)
  9. {
  10. Client.Other.UAV.Enabled = true;
  11. Client.Other.UAV.FastUpdate = true;
  12. Client.Other.UAV.ShowDirection = true;
  13. base.OnPlayerConnect(Client);
  14. }
  15. }
  16. }
  Reply
#5
it allow uav out of map too?
  Reply
#6
(04-01-2013, 17:32)archit Wrote: compile it on your own

You should use OnPlayerSpawned because it's resetting after you die I think
  Reply
#7
(04-01-2013, 20:12)8q4s8 Wrote:
(04-01-2013, 17:32)archit Wrote: compile it on your own

You should use OnPlayerSpawned because it's resetting after you die I think

But it's onplayerconnect, unless it requires a loop.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#8
It doesn't reset after dieing.
I always used just uav.enabled = true.
Works fine Smile
I didn't know about that direction and fastupdate, thanks!
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Windows 8.1 Fix for MW3 Server Addon master131 16 16,975 09-29-2014, 23:08
Last Post: SuperNovaAO
Brick [Release] MW3 Server Administration Addon iRoNinja 5 8,531 11-10-2013, 15:46
Last Post: Casper
Exclamation Help cmdlist, dvarlist server crash Nerus 17 10,939 11-09-2013, 23:54
Last Post: Nerus
Wink Plugin with !ban !kick and !tampban clemi555 3 3,884 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,336 11-08-2013, 19:13
Last Post: clemi555
  Our Level Fastfile is Different from the Server. CheeseToast 6 10,550 11-03-2013, 17:52
Last Post: CheeseToast
  Dedicated Server External (public) IP Nerus 3 5,558 11-02-2013, 14:16
Last Post: Casper
  [Release] Bunker Plugin 1.3 archit 68 38,149 10-30-2013, 11:59
Last Post: clacki
  MW3 Server Version superg1973 7 12,028 10-28-2013, 01:15
Last Post: kotyra972
Thumbs Up [Release] AllInOne! for infected robinvm 4 4,426 10-19-2013, 20:00
Last Post: Casper

Forum Jump:


Users browsing this thread: 1 Guest(s)