Toffbrown Posted April 14, 2014 Share Posted April 14, 2014 function team () createTeam ( "test", 255, 0, 0 ) end addEventHandler("onResourceStart", resourceRoot, team) function team () createTeam ( "test", 255, 0, 0 ) end addEventHandler("onResourceStart", resourceRoot, team) My Lua isnt working on here Link to comment
xTravax Posted April 14, 2014 Share Posted April 14, 2014 They should fix that,but untill they do,you can use this {code=lua} {/code} -- use it with [ and ] instead of { and } like function team () createTeam ( "test", 255, 0, 0 ) end addEventHandler("onResourceStart", resourceRoot, team) Link to comment
Toffbrown Posted April 14, 2014 Author Share Posted April 14, 2014 ahhh i see let me test function test () Link to comment
Toffbrown Posted April 14, 2014 Author Share Posted April 14, 2014 Cheers man it always used to work Link to comment
MTA Team Blokker_1999 Posted April 16, 2014 MTA Team Share Posted April 16, 2014 function test () works again Link to comment
xTravax Posted April 16, 2014 Share Posted April 16, 2014 function test () works again -- thanks for fixing it 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