SA-MP Forums Archive
[TEXT]How to convert 0.3c objects from MTA to SA:mp - 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: [TEXT]How to convert 0.3c objects from MTA to SA:mp (/showthread.php?tid=196650)

Pages: 1 2


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - MazaHACKa - 12.12.2010

+1 if you will convert RC4 objects you will get "question mark"


AW: [TEXT]How to convert 0.3c objects from MTA to SA:mp - Cody09 - 12.12.2010

I made a video of the new samp 0.3c rc4 objects

[ame]http://www.youtube.com/watch?v=o5NlO64xkFU[/ame]


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - mick88 - 12.12.2010

Isn't it more convenient to just load objects without the need to convert? I made this: https://sampforum.blast.hk/showthread.php?tid=176461
Hope it helps.


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - leong124 - 13.12.2010

Quote:
Originally Posted by TheDarkWolf18
View Post
i am not critizise, but samp developers have a semi-stupid idea to create SUPER object but not able to use correctly -_-#, i don't understand this. Good object not usable, thats really a problem
Quote:
Originally Posted by Delux13
View Post
Mistake!
You have added a "-" instead of a "+: @ line 29
Thanks
Fixed


Quote:
Originally Posted by mick88
View Post
Isn't it more convenient to just load objects without the need to convert? I made this: https://sampforum.blast.hk/showthread.php?tid=176461
Hope it helps.
Seems to be good, but please change line 165:
Code:
case 12835..12944:      modelid += 6219;
I made it wrong.


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - ColdXX - 29.12.2010

Nice but Bad! If you have regular objects from samp on a map with new objects,only the new objects convert


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - leong124 - 30.12.2010

No.
It also converts regular objects from MTA:SA .map format to SA:MP PAWN format.


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - PacoBeanZ - 13.05.2011

Quote:
Originally Posted by leong124
View Post
Have you installed the sscanf2 plugin correctly?
Don't forget to add "plugin sscanf" in server.cfg.
If it still cannot work, would you mind posting (part of) your map here so that I can easier to find the problem?
"plugins sscanf"
you forgot an "s"| I totally forgot this and was havingZ a HarD timeZ GettinG it tO work since the line "plugins" iS nOt even included in the server.cfg for some strange reaZ0n| maybe edit that on your first post so people wont have to diG in the replieS |


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - leong124 - 26.05.2011

Quote:
Originally Posted by PacoBeanZ
View Post
"plugins sscanf"
you forgot an "s"| I totally forgot this and was havingZ a HarD timeZ GettinG it tO work since the line "plugins" iS nOt even included in the server.cfg for some strange reaZ0n| maybe edit that on your first post so people wont have to diG in the replieS |
Thanks for the reminder. I've changed that
However in the first post I just tell them to install sscanf plugin, which IMHO telling them to add that line is not my main job.
Anyway I'll add it to FAQs.


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - x96664 - 19.05.2012

I made everything by 2nd method and I'm getting this:
Code:
Console input: loadfs mta0.3c
[00:18:21] OnFilter
[00:18:21] 
-------------------------------------------------
[00:18:21]  MTA:SA map converter for SA:MP 0.3c by leong124
[00:18:21] -------------------------------------------------

[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] 55 objects converted, 0 vehicles converted.
[00:18:21]   Filterscript 'mta0.3c.amx' loaded.
And,so no objects in-game. -.-


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - warduck - 17.08.2012

Quote:
Originally Posted by x96664
View Post
I made everything by 2nd method and I'm getting this:
Code:
Console input: loadfs mta0.3c
[00:18:21] OnFilter
[00:18:21] 
-------------------------------------------------
[00:18:21]  MTA:SA map converter for SA:MP 0.3c by leong124
[00:18:21] -------------------------------------------------

[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] sscanf warning: String buffer overflow.
[00:18:21] 55 objects converted, 0 vehicles converted.
[00:18:21]   Filterscript 'mta0.3c.amx' loaded.
And,so no objects in-game. -.-
Exact same problem, help would be good.


Re: [TEXT]How to convert 0.3c objects from MTA to SA:mp - Guitar - 08.09.2012

Again thank you, but this doesn't work for 0.3e objects :S.