GithubHelp home page GithubHelp logo

glua's Introduction

Ohayo! ๐Ÿ‘‹

  • ๐Ÿ˜„ Pronouns: She/Her
  • โšก Collab with me on game design projects!
  • โ†—๏ธ Website: https://mirai.red/

Wishlist! ๐Ÿ’ธ - (Buy me stuff ;w;)

  • XSOverlay (Application) @ [link] via steampowered.com.
    • Thanks MBRound18 you are the best! โค๏ธ

Contact Me!

Profile Banner

glua's People

Contributors

nanoai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

glua's Issues

Lua Errors: Calling net.Start with unpooled message name! [http://goo.gl/qcx0y]

1
L 07/23/2015 - 18:49:32: OlegKruto|52RUS (STEAM_0:1:63xxx725) Attempted to use tool creator
L 07/23/2015 - 18:49:32: OlegKruto|52RUS (STEAM_0:1:63xxx725) Spawned a models/props_c17/furnitureStove001a.mdl
L 07/23/2015 - 18:49:32: Lua Error:
[ERROR] addons/apanti/lua/autorun/server/sv_apanti.lua:312: Calling net.Start with unpooled message name! [http://goo.gl/qcx0y]

  1. Start - [C]:-1
    1. DMsg - addons/apanti/lua/autorun/server/sv_apanti.lua:312
    2. fn - addons/apanti/lua/autorun/server/sv_apanti.lua:473
      1. unknown - addons/ulib/lua/ulib/shared/hook.lua:

2
L 07/23/2015 - 19:56:56: didosha (STEAM_0:0:59xxx892) Attempted to use tool rope
L 07/23/2015 - 19:56:56: Lua Error:
[ERROR] addons/apanti/lua/autorun/server/sv_apanti.lua:312: Calling net.Start with unpooled message name! [http://goo.gl/qcx0y]

  1. Start - [C]:-1
    1. DMsg - addons/apanti/lua/autorun/server/sv_apanti.lua:312
    2. fn - addons/apanti/lua/autorun/server/sv_apanti.lua:473
      1. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

3
Desire<STEAM_0:0:66xxx341> spawned model models/props/cs_office/sofa.mdl
L 07/23/2015 - 21:01:02: Lua Error:
[ERROR] addons/apanti/lua/autorun/server/sv_apanti.lua:312: Calling net.Start with unpooled message name! [http://goo.gl/qcx0y]

  1. Start - [C]:-1
    1. DMsg - addons/apanti/lua/autorun/server/sv_apanti.lua:312
    2. fn - addons/apanti/lua/autorun/server/sv_apanti.lua:473
      1. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

[APAnti] Lua Errors when using SCars

Hey!

I would like to report an issue related to APAnti and Scars addons. i just installed APAnti and i got some lua errors when i tried to push a player with scars using the physgun.

SCars:
http://steamcommunity.com/sharedfiles/filedetails/?id=104483020

Cvar Setup:

apa_antipk                      1   
apa_alertadmins                 1   
apa_alertadmins_threshold       1   
apa_antipk_punish               0   
apa_vehiclesdonthurt            1   
apa_blockexplosions             1   
apa_nocollidevehicles           1   
apa_antipush                    2   
apa_apcollision                 1   
apa_ghostonspawn                0   
apa_nerf                        1   
apa_fpp_autoblock               1   
apa_fpp_absize                  7.35    
apa_fpp_sounds                  1   
apa_blacklist                   1   
apa_whitelist                   1   
apa_nocollideweapons            1   
apa_autofreeze                  0   
apa_autofreeze_time             300 

Lua Error:

[APAnti] lua/autorun/server/sv_apanti.lua:241: attempt to index local 'tb' (a nil value)
  1. AMsg - lua/autorun/server/sv_apanti.lua:241
   2. DMsg - lua/autorun/server/sv_apanti.lua:289
    3. fn - lua/autorun/server/sv_apanti.lua:425
     4. unknown - addons/ulib/lua/ulib/shared/hook.lua:179

Possible Fix:
https://github.com/LuaTenshi/GLua/blob/master/APAnti/lua/autorun/server/sv_apanti.lua#L238
Line 238 Add:

if tb == nil then return end

or

function APA.AMsg( tb, ply )
if tb == nil then return end
if not type(tb) == "table" then return end
...

[ApAnti] Error

[APAnti] lua/modules/apa/ghosting.lua:149: Tried to use a NULL physics object!

  1. IsMotionEnabled - [C]:-1
    1. fn - lua/modules/apa/ghosting.lua:149
    2. unknown - addons/ulib/lua/ulib/shared/hook.lua:179

Too much SendLua to all players

You are basically sending a pretty long string to all conntected players evertime someone hits someone with a prop. That is some unnecessary networking that will stack up quickly. This may also cause a security issue.

This can easily be fixed by adding a few net messages that just send the small variable parts of the displayed strings to the players and then merging them with the mostly predefined string.

Ghost Problem

How Does one Make It so the props Do Not Phase Through eachother

Bypass to prop push

If you spawn 2 props really fast the second one will be able to prop push players.

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.