DeadReacen Posted August 22, 2015 Share Posted August 22, 2015 Hello everyone is not because it is this error Please help with this, I can not fix addon_GlobalChaT\chat_server.lua:9: Bad argument @ 'call' [Expected string at argument 2, got none] function addAddonInfo ( name, description ) return call ( getResourceFromName( "DayZ" )) end addAddonInfo ( "GlobalChat", "" ) -------------------------------------------------------------------- What do I have to do Thank you thank you very much comrades Link to comment
HUNGRY:3 Posted August 22, 2015 Share Posted August 22, 2015 function addAddonInfo ( name, description ) return call ( getResourceFromName( "DayZ" ), "addAddonInfo", name, description ) end addAddonInfo ( "GlobalChat", "" ) 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