papitasele Posted April 22, 2013 Share Posted April 22, 2013 puma markers on my map does not work this is what I put in meta.xml <file src="Icons/Teleport.png"></file> <file src="Icons/TeleportD.png"></file> <file src="Icons/SlowDown.png"></file> <file src="Icons/SpeedUp.png"></file> <file src="Icons/Stop.png"></file> <file src="Icons/Fire.png"></file> <file src="Icons/BlowUp.png"></file> <file src="Icons/Jump.png"></file> <file src="Icons/Flip.png"></file> <file src="Icons/Reverse.png"></file> <file src="Icons/Rotate.png"></file> <file src="Icons/CarsFly.png"></file> <file src="Icons/CarsSwim.png"></file> <file src="Icons/Gravity.png"></file> <file src="Icons/Magnet.png"></file> <file src="Icons/Beer.png"></file> <file src="Icons/Camera.png"></file> <file src="Icons/FlatTires.png"></file> <file src="Icons/Freeze.png"></file> <file src="Icons/GameSpeed.png"></file> <file src="Icons/Color.png"></file> <file src="Icons/Weather.png"></file> <file src="Icons/Time.png"></file> <file src="Icons/Text.png"></file> <file src="Icons/AntiSC.png"></file> <file src="Icons/X.png"></file> <script src="Puma-Markers.lua" type="client"></script> Quad_Tube 1 Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 Hi :-) In the meta.xml file, Change this: <script src="Puma-Markers.lua" type="client"></script> to: <script src="Puma-Markers.lua" type="client" /> Quad_Tube 1 Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 thanks but not works this is the full meta.xml <meta> <file src="music.mp3"></file> <script src="music.lua" type="client"></script> <info gamemodes="race" type="map" name="sfsfsf" author="papitasele" version="1.0.0"></info> <map src="test22.map" dimension="0"></map> <settings> <setting name="#skins" value='[ "cj" ]'></setting> <setting name="#maxplayers" value="[ 128 ]"></setting> <setting name="#gamespeed" value="[ 1 ]"></setting> <setting name="#ghostmode" value='[ "false" ]'></setting> <setting name="#time" value="12:0"></setting> <setting name="#vehicleweapons" value='[ "false" ]'></setting> <setting name="#minplayers" value="[ 0 ]"></setting> <setting name="#respawntime" value="[ 5 ]"></setting> <setting name="#gravity" value="[ 0.008000 ]"></setting> <setting name="#waveheight" value="[ 0 ]"></setting> <setting name="#weather" value="[ 0 ]"></setting> <setting name="#locked_time" value="[ false ]"></setting> <setting name="#duration" value="[ 1800 ]"></setting> <setting name="#respawn" value='[ "timelimit" ]'></setting> </settings> <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" /></meta> Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 thanks but not works this is the full meta.xml <meta> <file src="music.mp3"></file> <script src="music.lua" type="client"></script> <info gamemodes="race" type="map" name="sfsfsf" author="papitasele" version="1.0.0"></info> <map src="test22.map" dimension="0"></map> <settings> <setting name="#skins" value='[ "cj" ]'></setting> <setting name="#maxplayers" value="[ 128 ]"></setting> <setting name="#gamespeed" value="[ 1 ]"></setting> <setting name="#ghostmode" value='[ "false" ]'></setting> <setting name="#time" value="12:0"></setting> <setting name="#vehicleweapons" value='[ "false" ]'></setting> <setting name="#minplayers" value="[ 0 ]"></setting> <setting name="#respawntime" value="[ 5 ]"></setting> <setting name="#gravity" value="[ 0.008000 ]"></setting> <setting name="#waveheight" value="[ 0 ]"></setting> <setting name="#weather" value="[ 0 ]"></setting> <setting name="#locked_time" value="[ false ]"></setting> <setting name="#duration" value="[ 1800 ]"></setting> <setting name="#respawn" value='[ "timelimit" ]'></setting> </settings> <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" /></meta> I'll try to fix Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 thanks for your help RaaFaaeL Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 You activated the Puma-markers in the definitions? Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 (edited) Download this: Puma-Markers.zip (148 KB)https://mega.co.nz/#!GggCyAgQ!UEOUrl-sP7EYh1PQqLeGIyOMXRVFCvgGa8-_eOQZpXQ put the Puma-Markers.zip in: C:\Program Files (x86)\MTA San Andreas 1.3\server\mods\deathmatch\resources\[editor] Open your map in the map editor and click in ''Definitions'' and add the Puma-markers Your meta.xml should be like <meta> <file src="music.mp3"></file> <script src="music.lua" type="client"></script> <info gamemodes="race" type="map" name="sfsfsf" author="papitasele" version="1.0.0"></info> <map src="test22.map" dimension="0"></map> <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" /> <settings> <setting name="#skins" value='[ "cj" ]'></setting> <setting name="#maxplayers" value="[ 128 ]"></setting> <setting name="#gamespeed" value="[ 1 ]"></setting> <setting name="#ghostmode" value='[ "false" ]'></setting> <setting name="#time" value="12:0"></setting> <setting name="#vehicleweapons" value='[ "false" ]'></setting> <setting name="#minplayers" value="[ 0 ]"></setting> <setting name="#respawntime" value="[ 5 ]"></setting> <setting name="#gravity" value="[ 0.008000 ]"></setting> <setting name="#waveheight" value="[ 0 ]"></setting> <setting name="#weather" value="[ 0 ]"></setting> <setting name="#locked_time" value="[ false ]"></setting> <setting name="#duration" value="[ 1800 ]"></setting> <setting name="#respawn" value='[ "timelimit" ]'></setting> </settings></meta> Edited April 22, 2013 by RaaFaaeL Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 Is it working? For me, it's working :-) Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 (edited) I have not tried, because there was a power outage, Now I'm talking on my cell phone Edited April 22, 2013 by papitasele Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 does not work, I will use netxtreme editor tools to create teleportersthanks RaaFaael for your help Quote Link to comment
hulpje Posted April 22, 2013 Share Posted April 22, 2013 (edited) To get it working in-game you download the resource and load the definition as RaaFaael wrote.after adding definition scroll in action bar (left down) and it should appear,you don't need anything in map folder or <meta> to make it work in the map editor, you add those for the people that download your map. Edited April 22, 2013 by hulpje Quote Link to comment
AfuSensi Posted April 22, 2013 Share Posted April 22, 2013 does not work, I will use netxtreme editor tools to create teleportersthanks RaaFaael for your help Yea thats what i've been using, puma marker seems more complicated to me. Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 Strange. It's the first time I use Puma Markers, and worked perfectly for me. Do what the hulpje said :-) Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 in the editor if it works, i say it does not work on server Quote Link to comment
hulpje Posted April 22, 2013 Share Posted April 22, 2013 (edited) what server? client:files to map.rar resource:Puma-Markers.zip You used the .lua above in client? any warnings coming up when using debugscript 3? (write in console) when opening the map? If everything works in map-editor, there must be something wrong with either ur own server or the reference to the required files. Edited April 22, 2013 by hulpje Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 (edited) yes Edited April 22, 2013 by papitasele Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 (edited) it is very difficult for meUse Nextreme editor tools better if I workthanks for your help Edited April 22, 2013 by papitasele Quote Link to comment
papitasele Posted April 22, 2013 Author Share Posted April 22, 2013 (edited) In the editor it worksThank you all. But I will use nextreme editor tools, if it works to perfectionThanks....... Edited April 22, 2013 by papitasele Quad_Tube 1 Quote Link to comment
RaaFaaeL Posted April 22, 2013 Share Posted April 22, 2013 In the editor it worksThank you all. But I will use nextreme editor tools, if it works to perfectionThanks.......if you want, you send me your map and I test on my test server. Quote Link to comment
papitasele Posted April 23, 2013 Author Share Posted April 23, 2013 it works, thanks hulpje and RaaFaaeL Quad_Tube 1 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.