Bob_Taylor Posted November 10, 2014 Share Posted November 10, 2014 you can resize images from txd file or just remove them, sometimes there is unused images.. MegasXLR 1 Quote Link to comment
MegasXLR Posted November 10, 2014 Author Share Posted November 10, 2014 (edited) you can resize images from txd file or just remove them, sometimes there is unused images..There were 4,5MB of useless images in there. Removed them and my .txd is 2,05MB Map total size=4,6MBI don't understand why people put images which are not used by the game SDK,Bob_Taylor,AleksCore thank you guys for everything :-) I can finally start adding checkpoints, jumps, etc. Expect my map soon Offtopic : is there something wrong with my other map "Muscle Country Race", because it's still not uploaded (or even not downloaded)? Edited November 10, 2014 by koragg Quote Link to comment
MegasXLR Posted November 14, 2014 Author Share Posted November 14, 2014 Hello again Anyone wanna help me with a script for creating teleports through two markers and making the car stop when I go to a certain marker (no matter the speed before)? Quote Link to comment
EdoCadovski Posted November 15, 2014 Share Posted November 15, 2014 (edited) Hi download Puma-Markers.rar then extract to MTA San Andreas 1.4\server\mods\deathmatch\resources.Look this video Puma-Markers.rar Edited November 15, 2014 by EdoCadovski MegasXLR 1 Quote Link to comment
MegasXLR Posted November 15, 2014 Author Share Posted November 15, 2014 (edited) Hi download Puma-Markers.rar then extract to MTA San Andreas 1.4\server\mods\deathmatch\resources.Look this video Thanks, it works. But how can I get Puma Markers to stay active in my map when i upload it here? (Puma-Markers.rar is not in my map folder)I followed this tutorial. Edited November 15, 2014 by koragg Quote Link to comment
Bob_Taylor Posted November 15, 2014 Share Posted November 15, 2014 to make it work in our server use <include resource="Puma-Markers" /> in meta.xml. MegasXLR 1 Quote Link to comment
MegasXLR Posted November 15, 2014 Author Share Posted November 15, 2014 to make it work in our server use<include resource="Puma-Markers" />in meta.xml. Is there a specific place for it or it doesn't matter if it's in the beggining or at the end of my meta.xml? Quote Link to comment
Guest AleksCore Posted November 15, 2014 Share Posted November 15, 2014 Anywhere after <meta> and before <settings> or after </settings> and before </meta> Quote Link to comment
EdoCadovski Posted November 15, 2014 Share Posted November 15, 2014 (edited) copy this :<<script src="Puma-Markers.lua" type="client" /><file src="Icons/Teleport.png" /><file src="Icons/TeleportD.png" /><file src="Icons/SlowDown.png" /><file src="Icons/SpeedUp.png" /><file src="Icons/Stop.png" /><file src="Icons/Fire.png" /><file src="Icons/BlowUp.png" /><file src="Icons/Jump.png" /><file src="Icons/Flip.png" /><file src="Icons/Reverse.png" /><file src="Icons/Rotate.png" /><file src="Icons/CarsFly.png" /><file src="Icons/CarsSwim.png" /><file src="Icons/Gravity.png" /><file src="Icons/Magnet.png" /><file src="Icons/Beer.png" /><file src="Icons/Camera.png" /><file src="Icons/FlatTires.png" /><file src="Icons/Freeze.png" /><file src="Icons/GameSpeed.png" /><file src="Icons/Color.png" /><file src="Icons/Weather.png" /><file src="Icons/Time.png" /><file src="Icons/Text.png" /><file src="Icons/AntiSC.png" /><file src="Icons/X.png" />in meta.xml. Edited November 15, 2014 by EdoCadovski Quote Link to comment
theMOROCCANguy Posted November 15, 2014 Share Posted November 15, 2014 copy this :<<script src="Puma-Markers.lua" type="client" /><file src="Icons/Teleport.png" /><file src="Icons/TeleportD.png" /><file src="Icons/SlowDown.png" /><file src="Icons/SpeedUp.png" /><file src="Icons/Stop.png" /><file src="Icons/Fire.png" /><file src="Icons/BlowUp.png" /><file src="Icons/Jump.png" /><file src="Icons/Flip.png" /><file src="Icons/Reverse.png" /><file src="Icons/Rotate.png" /><file src="Icons/CarsFly.png" /><file src="Icons/CarsSwim.png" /><file src="Icons/Gravity.png" /><file src="Icons/Magnet.png" /><file src="Icons/Beer.png" /><file src="Icons/Camera.png" /><file src="Icons/FlatTires.png" /><file src="Icons/Freeze.png" /><file src="Icons/GameSpeed.png" /><file src="Icons/Color.png" /><file src="Icons/Weather.png" /><file src="Icons/Time.png" /><file src="Icons/Text.png" /><file src="Icons/AntiSC.png" /><file src="Icons/X.png" />in meta.xml. you don't need to copy puma to your map folder and add these linesjust add this to your meta.xml <include resource="Puma-Markers" /> MegasXLR 1 Quote Link to comment
SDK Posted November 15, 2014 Share Posted November 15, 2014 Edo, you should learn to include resources instead of copy pasting everything in your maps, it's very inefficient EdoCadovski 1 Quote Link to comment
Guest AleksCore Posted November 15, 2014 Share Posted November 15, 2014 (edited) theMOROCCANguy, are you sure? This is official instruction from author click here Useful info from Puma tho: Number 9 - Put these files into your MAP AFTER YOU MAKE EVERYTHING IN MAPEDITOR Why? Because when you put scriptfiles in your map and you are still testing it in mapeditor, then your PC uses scripts included in your map AND scripts in map editor! So everything is doubled. Before testing try /stop edito and /start race P.S. I hate when people talking about things they don't know. I want to punch them in face. Edited November 15, 2014 by AleksCore Quote Link to comment
AfuSensi Posted November 15, 2014 Share Posted November 15, 2014 theMOROCCANguy, are you sure? This is official instruction from author click here Useful info from Puma tho:Number 9 - Put these files into your MAP AFTER YOU MAKE EVERYTHING IN MAPEDITORWhy? Because when you put scriptfiles in your map and you are still testing it in mapeditor, then your PC uses scripts included in your map AND scripts in map editor! So everything is doubled. Before testing try /stop edito and /start race P.S. I hate when people talking about things they don't know. I want to punch them in face. The reason we do it with includes is because it uses the exact same script every time. So having 1 copy on the server instead of a copy for every map is much better. Quote Link to comment
Guest AleksCore Posted November 15, 2014 Share Posted November 15, 2014 (edited) Sorry, I understand this. Seems like Puma is idiot. If it works this way, why he made this stupid instruction.. ohh Edited November 15, 2014 by AleksCore Quote Link to comment
AfuSensi Posted November 15, 2014 Share Posted November 15, 2014 Sorry, I understand this. Seems like Puma is idiot. He does it like that because not every server has a copy of that resource. Quote Link to comment
MegasXLR Posted November 15, 2014 Author Share Posted November 15, 2014 So I just copy the include resources line in my meta.xml and I don't need the Icons folder and Puma-Markers.lua which I put in my map folder? Quote Link to comment
AfuSensi Posted November 15, 2014 Share Posted November 15, 2014 (edited) to make it work in our server use<include resource="Puma-Markers" />in meta.xml. So I just copy the include resources line in my meta.xml and I don't need the Icons folder and Puma-Markers.lua which I put in my map folder? Use:<include resource="map-Puma-Markers" />in your meta, ill make sure to upload it Edited November 15, 2014 by KaliBwoy Quote Link to comment
theMOROCCANguy Posted November 15, 2014 Share Posted November 15, 2014 (edited) theMOROCCANguy, are you sure? This is official instruction from author click here Useful info from Puma tho:Number 9 - Put these files into your MAP AFTER YOU MAKE EVERYTHING IN MAPEDITORWhy? Because when you put scriptfiles in your map and you are still testing it in mapeditor, then your PC uses scripts included in your map AND scripts in map editor! So everything is doubled. Before testing try /stop edito and /start race P.S. I hate when people talking about things they don't know. I want to punch them in face. I would like to punch you in the face too you should still copy the puma files to your map folder if you wanna upload it to another server;mrgreen has the resource in their server. Edited November 15, 2014 by theMOROCCANguy Quote Link to comment
Guest AleksCore Posted November 15, 2014 Share Posted November 15, 2014 (edited) Thanks for explaining. I am not dumb lol. I still know more then you about mta Moro :P Edited November 15, 2014 by AleksCore Quote Link to comment
theMOROCCANguy Posted November 15, 2014 Share Posted November 15, 2014 Thanks for explaining. I am not dumb lol. I still know more then you about mta Moro :PI see. Quote Link to comment
AfuSensi Posted November 15, 2014 Share Posted November 15, 2014 (edited) Update: Since the lua file is encrypted, i can't make it work for includes.So do it the way the author intended it.<script src="Puma-Markers.lua" type="client" /><file src="Icons/Teleport.png" /><file src="Icons/TeleportD.png" /><file src="Icons/SlowDown.png" /><file src="Icons/SpeedUp.png" /><file src="Icons/Stop.png" /><file src="Icons/Fire.png" /><file src="Icons/BlowUp.png" /><file src="Icons/Jump.png" /><file src="Icons/Flip.png" /><file src="Icons/Reverse.png" /><file src="Icons/Rotate.png" /><file src="Icons/CarsFly.png" /><file src="Icons/CarsSwim.png" /><file src="Icons/Gravity.png" /><file src="Icons/Magnet.png" /><file src="Icons/Beer.png" /><file src="Icons/Camera.png" /><file src="Icons/FlatTires.png" /><file src="Icons/Freeze.png" /><file src="Icons/GameSpeed.png" /><file src="Icons/Color.png" /><file src="Icons/Weather.png" /><file src="Icons/Time.png" /><file src="Icons/Text.png" /><file src="Icons/AntiSC.png" /><file src="Icons/X.png" />and put the files in your map folder. Its a shitty way to do it, but since the script is encrypted we have to use the autor's shitty way >.< Edited November 15, 2014 by KaliBwoy EdoCadovski 1 Quote Link to comment
MegasXLR Posted November 15, 2014 Author Share Posted November 15, 2014 Update: Since the lua file is encrypted, i can't make it work for includes.So do it the way the author intended it.<script src="Puma-Markers.lua" type="client" /><file src="Icons/Teleport.png" /><file src="Icons/TeleportD.png" /><file src="Icons/SlowDown.png" /><file src="Icons/SpeedUp.png" /><file src="Icons/Stop.png" /><file src="Icons/Fire.png" /><file src="Icons/BlowUp.png" /><file src="Icons/Jump.png" /><file src="Icons/Flip.png" /><file src="Icons/Reverse.png" /><file src="Icons/Rotate.png" /><file src="Icons/CarsFly.png" /><file src="Icons/CarsSwim.png" /><file src="Icons/Gravity.png" /><file src="Icons/Magnet.png" /><file src="Icons/Beer.png" /><file src="Icons/Camera.png" /><file src="Icons/FlatTires.png" /><file src="Icons/Freeze.png" /><file src="Icons/GameSpeed.png" /><file src="Icons/Color.png" /><file src="Icons/Weather.png" /><file src="Icons/Time.png" /><file src="Icons/Text.png" /><file src="Icons/AntiSC.png" /><file src="Icons/X.png" />and put the files in your map folder. Its a shitty way to do it, but since the script is encrypted we have to use the autor's shitty way >.<LOL I just deleted the files xD Good thing I made a backup of my folder Quote Link to comment
Guest AleksCore Posted November 15, 2014 Share Posted November 15, 2014 (edited) L O L. I was right moro. Now I must punch you in face. *punch* Edited November 15, 2014 by AleksCore Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.