iAxel Posted February 19, 2015 Share Posted February 19, 2015 Hello all! Decided to use the library sbx320 Create a test project and ran it like all it works fine but in the console shows the info about the classes. [2015-02-19 16:41:53] INFO: No such class mt ACL [2015-02-19 16:41:53] INFO: No such class mt ACLGroup [2015-02-19 16:41:53] INFO: No such class mt Account [2015-02-19 16:41:53] INFO: No such class mt Ban [2015-02-19 16:41:53] INFO: No such class mt Connection [2015-02-19 16:41:53] INFO: No such class mt QueryHandle [2015-02-19 16:41:53] INFO: No such class mt TextDisplay [2015-02-19 16:41:53] INFO: No such class mt TextItem [2015-02-19 16:41:53] INFO: No such class mt Object [2015-02-19 16:41:53] INFO: No such class mt Ped [2015-02-19 16:41:53] INFO: No such class mt Pickup [2015-02-19 16:41:53] INFO: No such class mt Player [2015-02-19 16:41:53] INFO: No such class mt RadarArea [2015-02-19 16:41:53] INFO: No such class mt Element [2015-02-19 16:41:53] INFO: No such class mt Blip [2015-02-19 16:41:53] INFO: No such class mt ColShape [2015-02-19 16:41:53] INFO: No such class mt File [2015-02-19 16:41:53] INFO: No such class mt Marker [2015-02-19 16:41:53] INFO: No such class mt Vehicle [2015-02-19 16:41:53] INFO: No such class mt Water [2015-02-19 16:41:53] INFO: No such class mt XML [2015-02-19 16:41:53] INFO: No such class mt Timer [2015-02-19 16:41:53] INFO: No such class mt Team [2015-02-19 16:41:53] INFO: No such class mt Resource This is normal or not? And yet, how to use it? Whether there is Tutorials on use the library? Thanks Link to comment
#MFGR7OM Posted February 19, 2015 Share Posted February 19, 2015 Install all the files because he says there is nothing Link to comment
JR10 Posted February 19, 2015 Share Posted February 19, 2015 Are you sure you enabled OOP in meta.xml? Such errors occur because the script can't find the meta table of the classes, which probably means you didn't enable OOP. Add in meta.xml: <oop>true</oop> Link to comment
iAxel Posted February 19, 2015 Author Share Posted February 19, 2015 Are you sure you enabled OOP in meta.xml? Such errors occur because the script can't find the meta table of the classes, which probably means you didn't enable OOP.Add in meta.xml: <oop>true</oop> Thank you. work! 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