undefined Posted June 15, 2015 Share Posted June 15, 2015 Why it is not work? weapon_s.lua addEventHandler("onWeaponFire", root, function() outputChatBox("test") end) meta ="weapon_s.lua" type="server" />server="1.4" /> Debug is not give error or warning! Link to comment
xeon17 Posted June 15, 2015 Share Posted June 15, 2015 Read the description this event is only triggered when a custom weapon gets fired. Link to comment
xeon17 Posted June 15, 2015 Share Posted June 15, 2015 Read the description this event is only triggered when a custom weapon gets fired. Link to comment
Moderators IIYAMA Posted June 15, 2015 Moderators Share Posted June 15, 2015 There are no custom weapons on serverside, event is useless. Link to comment
xeon17 Posted June 15, 2015 Share Posted June 15, 2015 There are no custom weapons on serverside, event is useless. Yeah i thinked the same , but i guess the event trigger when a client-side custom weapon fire. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now