Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request Server addon requests
#1
So since @Nukem is a lazy fuck ( Troll Heart ) I think it's a good idea to make one central topic with all requests in it.

List of requests (Put more in replies to this topic)
--Log events (All must include XUID, CID, team, name and time)
-Kill
-Say
-Join team
-Join server
-Disconnect
--Script events
-onGameEnd(time)
-onGameStart(time)
-onPlayerSpawn(time, player)
-onPlayerConnect(time, player)
-onPlayerDisconnect(time, player)
-onPlayerKilled(killed player, attacker, weapon, time)
-OnServerConsoleCmdEntered(message)
-onServerShutdown()
-HookDvar(string dvar, void function) //call a function when the dvar is changed
-OnJoinedTeam(ServerClient player, string team) //allies, axis, spectators
--Script functions
- RankUpPlayer(rank, prestige)
- GiveWeapon(client,weapon)
--General/other
-Ability to turn auto update off.
-Ability to (un)load a plugin while the server is running.
--Bug fixes
-Fix iPrintLn(bold) on the API page. (message,client) not (client,message)
-Make SetClientDvar use ServerClient instead of client num

Red = new
[Image: MaEIQ.png]
Reply

#2
nice idea...





Narwhal
[Image: ctoc.jpg]
Reply

#3
Good luck with iPrintln Smile
Reply

#4
iprintln = fail
Nice list, but some requests are also pretty useless
For instance

CSHARP Code
  1. void Kick(string player)
  2. {
  3. ServerCommand("kick \""+player+"\"");
  4. }

why time? the time is now so you can just get what time it is now
Reply

#5
(01-03-2012, 16:37)jariz Wrote: iprintln = fail
Nice list, but some requests are also pretty useless
For instance

CSHARP Code
  1. void Kick(string player)
  2. {
  3. ServerCommand("kick \""+player+"\"");
  4. }

why time? the time is now so you can just get what time it is now

Well, time is a nice addition to the event log. and didn't think of kick
[Image: MaEIQ.png]
Reply

#6
Well, we really need a onServerExit becuase my plugin keeps running while the server has stopped ....
No way to fix it
Reply

#7
You don't want the current system time. You want the current game server tick number so yeah, I think it's useful to add that number.
Reply

#8
(01-03-2012, 16:24)SuperNovaAO Wrote: Good luck with iPrintln Smile

That is simply a one letter change from SetClientDvar Big Grin
Same goes for iPrintLnBold
[Image: b_560_95_1.png]
Reply

#9
wait so, it's possible?
ADD IT. NOW.
Reply

#10
(01-03-2012, 11:27)Pozzuh Wrote: -Fix iPrintLn(bold) on the API page. (message,client) not (client,message)
-Make SetClientDvar use ServerClient instead of client num

Red = new

Hm don't understand why you would need this setClientDvar "fix"

Anyway I would like to have a ClientCommand() (similiar to ServerCommand()) ist that possible @Nukem ?
Maybe GetClientDvar()
[Image: azuw.jpg]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Windows 8.1 Fix for MW3 Server Addon master131 16 17,083 09-29-2014, 23:08
Last Post: SuperNovaAO
Brick [Release] MW3 Server Administration Addon iRoNinja 5 8,563 11-10-2013, 15:46
Last Post: Casper
Exclamation Help cmdlist, dvarlist server crash Nerus 17 11,011 11-09-2013, 23:54
Last Post: Nerus
  Hosting With Addon obliviron 9 6,852 11-04-2013, 22:13
Last Post: d0h!
  Our Level Fastfile is Different from the Server. CheeseToast 6 10,600 11-03-2013, 17:52
Last Post: CheeseToast
  Dedicated Server External (public) IP Nerus 3 5,591 11-02-2013, 14:16
Last Post: Casper
  MW3 Server Version superg1973 7 12,098 10-28-2013, 01:15
Last Post: kotyra972
  Help how to turn off map in dedicated server pero123 8 6,595 10-15-2013, 19:00
Last Post: Nekochan
  Issue with server addon and NAT dimitrifrom31 3 4,680 10-08-2013, 18:11
Last Post: iRoNinja
  [Release] CS addon for MW2(Sounds,show damage) Fl0w_.JACKDAN 1 4,399 09-29-2013, 19:46
Last Post: Nekochan

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.