ItsMods

Full Version: [MW3 Addon] Plugin Pack 1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
UPDATED
MW3 Addon Plugin Pack 1

This was a pack based on @JariZ code, I recreated(recoded) this pack for the newest version of MW3 server addon Awesome


How to install?
Copy the DLL to MW3 Server\plugins

Sourcecode
  1. This code is supposed to be used to help you start creating your own plugin, so re-rereleasing any of this code without a significant change is strictly forbidden
  2. When used, my credits must be included
  3. Have fun coding!

Requirements
This pack includes
  • FOV
    Changes FOV and FOVscale for every client in the server,
    fov defaults to 80, fovscale to 1.0
    Add this to addon\sv_config.ini in order to use a custom value for the fov amount:
    Code:
    [FOV]
    fov=80
    fovscale=1.125
    Where '80' is your amount of FOV and '1.125' your FOVscale offcourse
  • Welcomer
    Says 'Everybody welcome PLAYERNAME to the server!'
    Don't know how it's useful, just makes your server looks awesome i think
  • PlayerLog
    Logs all players who connect to the server in addon\logs\player.log
    It logs: Client ID, Name, XUID and Ping (at time of connection)
    Useful if you want to report someone or just find out who connected to your server.

Credits
-@Tylerd86(Coding)
- @JariZ (Orginal codes and coding)
- @Nukem (Addon)

Plugin source code
[attachment=1463]

Temporary Playerlog Fix
[attachment=1794]
Example:
Good job. One little thing though. The way you coded the fov plugin is not gonna work correctly as the game itselfs resets cg_fovScale to 1 every roundstart. You should probably create a thread that forces it every 10seconds or something.
(01-21-2012, 10:13)zxz0O0 Wrote: [ -> ]Good job. One little thing though. The way you coded the fov plugin is not gonna work correctly as the game itselfs resets cg_fovScale to 1 every roundstart. You should probably create a thread that forces it every 10seconds or something.
Alright thanks i only coded part of it but thanks anyways
The player.log function isn't working correctly for me. It logs a player and then the line is rewritten by another player, so it only logs one player. Could you fix this?

Radec
Player log folder shows only one player logged
and the ping, I'm qiute sure is wrong 600+. way to high for that player.who has a ping of 90 usually.
any ideas why?
server has been running full for a couple of hours


thanks in advanced
Awesome pack TY!
PlayerLog does not seem to be working on my server, Tried re-installing it with no luck. It seems to log only 1-2 players then nothing else.
PlayerLog not working. Only logging 1 user, the older list will be overwritten.
@ all playerlog obiously is broken. just don't install it.
Any chance PlayerLog be fixed? I really need this. Please.
Pages: 1 2