[URGENT] Pwn and Lua - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [URGENT] Pwn and Lua (
/showthread.php?tid=273370)
[URGENT] Pwn and Lua -
KillCity - 01.08.2011
Hello everyone, I finally found my old gamemode that I thought lost after formatting my pc, but had always been there. I realized though that the file format with the MTA has been lost and there is no way to restore it (Unfortunately I've seen this personally), so I was wondering if there is a way to open or to convert the file pwn or the file amx to get the file map, I saw that my friend is successful with some of his GM but I can not do that you could give me a hand?
PS: I already tried this converter:
http://gtamap.delux-host.com/converter/
This provides me with many lines of script that I do not know where to put it to work for in the MTA.
Thanks in advance for your help ^_^
Re: [URGENT] Pwn and Lua -
[MG]Dimi - 01.08.2011
If you have map with objects just use
http://convertffs.com .At the bottom choose input (set to pawno's) and set input (MTA Create Object etc.)
Sorry if it's not what you mean
Re: [URGENT] Pwn and Lua -
Shockey HD - 01.08.2011
Quote:
Originally Posted by KillCity
Hello everyone, I finally found my old gamemode that I thought lost after formatting my pc, but had always been there. I realized though that the file format with the MTA has been lost and there is no way to restore it (Unfortunately I've seen this personally), so I was wondering if there is a way to open or to convert the file pwn or the file amx to get the file map, I saw that my friend is successful with some of his GM but I can not do that you could give me a hand?
PS: I already tried this converter: http://gtamap.delux-host.com/converter/
This provides me with many lines of script that I do not know where to put it to work for in the MTA.
Thanks in advance for your help ^_^
|
MTA exported file's are .map files. You can simply open it with notepad. Right click on it>Open With>Notepad.
You see a bunch of lines, then go to ConvertFFS and paste it in the given Textbox. (all of those lines you have in the notepad) When done converting you will get many lines of code. Post those lines in your OnGameModeInt
Sorry if this isnt what you want.
Re: [URGENT] Pwn and Lua -
[MG]Dimi - 02.08.2011
I think he asked for .pwn to .map, not .map to .pwn