[PXG]Blue Posted March 31, 2015 Share Posted March 31, 2015 meta: <meta> <script src="0.lua" type="client" /> </meta> script: function asgagasgg() outputChatBox("afmasfmasf", 255, 0, 0) end addEventHandler("onClientResourceStart", resourceRoot, asgagasgg ) Nothing, does not output anything, no error, wtf is this? Link to comment
Moderators IIYAMA Posted March 31, 2015 Moderators Share Posted March 31, 2015 Is that file name valid? Afaik this should be visible in your console. Link to comment
[PXG]Blue Posted March 31, 2015 Author Share Posted March 31, 2015 well the file name is 0 so it should be.. Link to comment
Moderators IIYAMA Posted March 31, 2015 Moderators Share Posted March 31, 2015 Try another name, it is the only possible/visible "thing" that might stop this script from starting. Link to comment
[PXG]Blue Posted March 31, 2015 Author Share Posted March 31, 2015 i tried multiple names, , such as: testtext.lua, steering.lua, handling.lua all with the same result, no result. Link to comment
Addlibs Posted March 31, 2015 Share Posted March 31, 2015 Anything in the server console? Link to comment
Incama Posted March 31, 2015 Share Posted March 31, 2015 Meta: Lua: addEventHandler("onClientResourceStart", getRootElement(), function() outputChatBox("YEEEEEEY", 255, 0, 0,true) end) If that does not work turn on your debugscript and copy what is it saying Link to comment
[PXG]Blue Posted March 31, 2015 Author Share Posted March 31, 2015 I "somehow" fixed it, weird. Thanks for your help! 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