Giter VIP home page Giter VIP logo

japp-assets's People

Contributors

exmirai avatar japplus avatar razish avatar stra1 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

exmirai

japp-assets's Issues

amshowmotd should be available to all players

and it should only show to themselves
admins should be able to specify an ID to direct it to another person (maybe send a print to the admin to say who it was sent to so they know it went to the intended target)

Update setup menu

Hasn't been updated since like 0.1c beta 3
Many cvars have been added, changed, removed.

May want to scrap it and redo it with preprocessor magic.

MotD stops at 2s

Currently by design, because centerprint lasts 2 seconds.
Could try printing a blank string at the end.

iplog to log all names the client uses

listen for userinfochanged/rename events.
expose rcon command to show all names used by an IP, and all IPs used by a name (except for Padawan?)
Could show in a tree view, like:

]iplog Foo
Foo has been used by:
    255.255.255.255

]iplog 255.255.255.255
255.255.255.255 has gone by these names:
    Bob
    Jerry
    Tom
        Also used by:
        > 123.123.123.123
        > 69.141.63.3
    Dave

Crash because of lua

Latest Ja++ build crashes because of lua.

JPLua_LoadFile: Failed to load lua/constants.lua: lua/init.lua:6: attempt to index global 'JPLua' (a nil value)

Dunno why but this declaration is missing from latest init.lua file:

JPLua = setmetatable( {}, {
__index = { version = 6 },
__newindex = function() error( "Attempt to modify read-only data!" ) end
} )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.