Mapping an island -
Mark_Weston - 29.07.2011
Hey there SAMP Community.
Hey, I am mapping an island for a server and I have a problem.
I wanted to covert the objects and it worked, then I imported them into the gamemode.
When I came to the location all the objects were wrong? ( Note I use 0.3c objects DEFAULT objects not custom, the one that came with the SAMP package. )
I used delux convertor.
Thanks for your time and help!
Re: Mapping an island -
lolumadd_ - 29.07.2011
try
http://www.convertffs.com
Re: Mapping an island -
Mark_Weston - 29.07.2011
Quote:
Originally Posted by lolumadd_
|
thanks, ill update this msg if it worked.
edit:
Nope same shit.
Re: Mapping an island -
[P4] - 29.07.2011
I guess you're using MTA map editor with SA-MP 0.3c objects right?
If that's the case, you'll need to convert objects from MTA to SA-MP, and then replace the objects ID.
Example: Huge tunnel object (0.3c) is replacing a container object (regular GTA:SA object).So you'll need to replace regular objects ID with the new ID of object from 0.3c.Hope you understood what I said lulz.
EDIT: I found
this, I think that could help ya. Well, it worked for me :P
Re: Mapping an island -
Mark_Weston - 29.07.2011
Quote:
Originally Posted by [P4]
I guess you're using MTA map editor with SA-MP 0.3c objects right?
If that's the case, you'll need to convert objects from MTA to SA-MP, and then replace the objects ID.
Example: Huge tunnel object (0.3c) is replacing a container object (regular GTA:SA object).So you'll need to replace regular objects ID with the new ID of object from 0.3c.Hope you understood what I said lulz.
EDIT: I found this, I think that could help ya. Well, it worked for me :P
|
hmm thanks ill try.
I used like 2-5 SAMP 0.3c object. lol some good roads.
edit:
Now there are no objects at all :/
edit:
I change "CreateDynamicObject" to "CreateObject' and it worked wtf? the problem is I will use more then 1000 objects. What streamer should I use?
edit:
There are few missing objects tho.
Re: Mapping an island -
[P4] - 29.07.2011
I suggest you using Incognitos object streamer
Re: Mapping an island -
Mark_Weston - 29.07.2011
Quote:
Originally Posted by [P4]
I suggest you using Incognitos object streamer 
|
What do you think I am using? ;p
Re: Mapping an island -
TheYoungCapone - 29.07.2011
Quote:
Originally Posted by Mark_Weston
What do you think I am using? ;p
|
I'm guessing you have a different version of MTA 0.3c, this used to happen to me it's the version you have it rearranges the object id's so when you go to convert them your converting a completely different object then what you originally mapped. My suggestion is look for the working MTA 0.3c.
Re: Mapping an island -
Mark_Weston - 29.07.2011
Quote:
Originally Posted by TheYoungCapone
I'm guessing you have a different version of MTA 0.3c, this used to happen to me it's the version you have it rearranges the object id's so when you go to convert them your converting a completely different object then what you originally mapped. My suggestion is look for the working MTA 0.3c.
|
My MTA works fine I see all objects there. I can test the map on MTA too. Works fine but not in SAMP
Re: Mapping an island -
TheYoungCapone - 30.07.2011
Quote:
Originally Posted by Mark_Weston
My MTA works fine I see all objects there. I can test the map on MTA too. Works fine but not in SAMP
|
Yes it works fine but when you go to convert the objects you get different ones right?