Mossy Posted February 10, 2013 Share Posted February 10, 2013 <meta> <info type="gamemode" name="Variety v1"/> <include resource="spawnmanager" /> <include resource="usersystem" /> <include resource="playerblips" /> <!-- Fonts --> <file src="BleedingCowboys.ttf" /> <file src="FortuneCity.ttf" /> <!-- Client scripts --> <script src="client.lua" type="client" /> <script src="client/login.lua" type="client" /> <script src="client/register.lua" type="client" /> <script src="client/client_anim.lua" type="client" /> <script src="client/menu.lua" type="client" /> <script src="shoppanel.lua type="client"" /> <script src="mods_c.lua" type="client" /> <script src="UCP_c.lua" type="client" /> <script src="shoppanel.lua" type="client" /> <!-- Server scripts --> <script src="server.lua" /> <script src="vehiclerespawn.lua" type="server" /> <script src="teamcolor_s.lua" type="server" /> <script src="mods_s.lua" type="server" /> <script src="markers.lua" type="server" /> <script src="UCP_s.lua" type="server" /> <script src="carrestriction.lua" type="server" /> <file src="411.txd"/> <file src="411.dff"/> <file src="supergt.dff"/> <file src="supergt.txd"/> <file src="sultan.dff"/> <file src="sultan.txd"/> <file src="sabre.dff"/> <file src="sabre.txd"/> <file src="jester.dff"/> <file src="jester.txd"/> <file src="elegy.dff"/> <file src="elegy.txd"/> <file src="copcarla.dff"/> <file src="copcarla.txd"/> <file src="zr350.dff"/> <file src="zr350.txd"/> <file src="beagle.dff"/> <file src="beagle.txd"/> <file src="shamal.dff"/> <file src="shamal.txd"/> </meta> I get an error that the meta is not parsed correctly. I don't see an error but I'm positive there is one. Please help! Link to comment
Sparrow Posted February 10, 2013 Share Posted February 10, 2013 the error is in line 17 your one: <script src="shoppanel.lua type="client"" /> the fixed one: <script src="shoppanel.lua" type="client" /> Link to comment
Mossy Posted February 10, 2013 Author Share Posted February 10, 2013 I found some other errors too. I had some extra lines without the scripts and I had one line cloned. Fixed and works great, thanks! 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