Help - 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: Help (
/showthread.php?tid=360351)
Help -
Janek17 - 17.07.2012
How do put that on pawn..
PHP код:
<map edf:definitions="editor_main">
<marker id="marker (cylinder) (1)" type="cylinder" color="#0000ff99" size="1" interior="0" dimension="0" posX="-2161.3999023438" posY="-2384.8999023438" posZ="29.699998855591" rotX="0" rotY="0" rotZ="0"></marker>
</map>
Re: Help -
Robert West - 17.07.2012
Convert it to pown code , then add it in your gamemod
Re: Help -
detter - 17.07.2012
You made that in MTA ?
if yes then you did not converted it properly
Re: Help -
Janek17 - 17.07.2012
Yes i make that in mta, but hoe i can convert this..
Re: Help -
-CaRRoT - 17.07.2012
Check this :
http://gtamap.delux-host.com/converter/
Add This :
PHP код:
<map edf:definitions="editor_main">
<marker id="marker (cylinder) (1)" type="cylinder" color="#0000ff99" size="1" interior="0" dimension="0" posX="-2161.3999023438" posY="-2384.8999023438" posZ="29.699998855591" rotX="0" rotY="0" rotZ="0"></marker>
</map>
In the First Box - Then Click on "Pawn Code for SA:MP" and then "Convert"
- Now open your script and Put the "CreateObject(bla bla);
Under your OnGameModeInIt.
Re: Help -
Robert West - 17.07.2012
****** "ffs converter"
Re: Help -
Janek17 - 17.07.2012
Quote:
Originally Posted by Breto
Check this : http://gtamap.delux-host.com/converter/
Add This :
PHP код:
<map edf:definitions="editor_main">
<marker id="marker (cylinder) (1)" type="cylinder" color="#0000ff99" size="1" interior="0" dimension="0" posX="-2161.3999023438" posY="-2384.8999023438" posZ="29.699998855591" rotX="0" rotY="0" rotZ="0"></marker>
</map>
In the First Box - Then Click on "Pawn Code for SA:MP" and then "Convert"
- Now open your script and Put the "CreateObject(bla bla);
Under your OnGameModeInIt.
|
That not convert it, i have tried that..