SA-MP Forums Archive
Want to add new robbery places to my CNR server.Help me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Want to add new robbery places to my CNR server.Help me (/showthread.php?tid=381910)



Want to add new robbery places to my CNR server.Help me - _Mohit_ - 01.10.2012

i created some places through MTA map editor,converted it to samp coding through convertffs....Now i got coordinates of the location...Can someone tell me how to dd it to my GM?


Re : Want to add new robbery places to my CNR server.Help me - romas3110 - 01.10.2012

add them under

pawn Код:
public OnGameModeInit()
{
    //here
    return 1;
}



Re: Want to add new robbery places to my CNR server.Help me - _Mohit_ - 01.10.2012

This is my MTA code "<map edf:definitions="editor_main">
<marker id="marker (cylinder) (1)" type="cylinder" color="#890101FF" size="1" interior="0" dimension="0" alpha="255" posX="-1815.6999511719" posY="618.20001220703" posZ="35" rotX="0" rotY="0" rotZ="0"></marker>
<marker id="marker (cylinder) (2)" type="cylinder" color="#FF0000FF" size="1" interior="9" dimension="0" alpha="255" posX="364.89999389648" posY="-12.199999809265" posZ="1002" rotX="0" rotY="0" rotZ="0"></marker>
<marker id="marker (cylinder) (3)" type="cylinder" color="#FF0000FF" size="1" interior="9" dimension="0" alpha="255" posX="368.5" posY="-6.9000000953674" posZ="1001.9000244141" rotX="0" rotY="0" rotZ="0"></marker>
</map>


Should i convert this or,Should i directly insert it?


Re: Want to add new robbery places to my CNR server.Help me - Dizzle - 01.10.2012

You can use http://www.convertffs.com/ to convert your map, after this add it under OnGameModeInit()


Re: Want to add new robbery places to my CNR server.Help me - _Mohit_ - 01.10.2012

i tried to convert,But i cant...can u try it please?


Re: Want to add new robbery places to my CNR server.Help me - _Mohit_ - 01.10.2012

This is what i get after converting

"

/*
Objects converted: 0
Vehicles converted: 0
Vehicle models found: 0
----------------------
In the time this conversion took to finish 0.01 micro-fortnights have passed!
*/

"


Re: Want to add new robbery places to my CNR server.Help me - Dizzle - 01.10.2012

Check this topic, you may find the answer - https://sampforum.blast.hk/showthread.php?tid=213522


Re: Want to add new robbery places to my CNR server.Help me - _Mohit_ - 01.10.2012

Not working.......If anyone wants my gm to test or edit to add new Robbing places,I am ready to give the GM via E-Mail


Re: Want to add new robbery places to my CNR server.Help me - doreto - 01.10.2012

Just copy the positions from posX,posY,posZ , the website above dont convert(not sure if there is one) checkpoints


Re: Want to add new robbery places to my CNR server.Help me - _Mohit_ - 01.10.2012

any other solutions?