Huba221 Posted February 11, 2022 Posted February 11, 2022 <meta> <script src="c.lua type"="client" cache="false"/> <script src="s.lua"/> <file src="font.ttf"/> </meta> Problem with resource: loggin; Couldn't parse meta file for resource 'loggin' [Line 2: Error reading Attributes.] close
Moderators IIYAMA Posted February 11, 2022 Moderators Posted February 11, 2022 14 minutes ago, Huba221 said: <meta> <script src="c.lua type"="client" cache="false"/> <script src="s.lua"/> <file src="font.ttf"/> </meta> Some typo's. <meta> <script src="c.lua" type"="client" cache="false"/> <script src="s.lua"/> <file src="font.ttf"/> </meta> Green = added Red = removed <meta> <script src="c.lua" type="client" cache="false" /> <script src="s.lua" /> <file src="font.ttf" /> </meta> Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
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