Converffs is gone? -
TheRox - 03.09.2014
Hey, i wanted to convert some objects with the website convertffs.com, and it shows a weird message:
"
Hi I'm new"
Some one knows any other website to convert from .map to pawn?
Regards.
Re: Converffs is gone? -
Flake. - 03.09.2014
Strange, I had a quick ****** and found this,
http://gtamap.delux-host.com/converter/
Not sure how good it is though.
Re: Converffs is gone? -
Team_PRO - 03.09.2014
it's not gone its still up even i can access their website and convert some maps
convertffs.com
Re: Converffs is gone? -
TheRox - 03.09.2014
We can't convert vehicles with this
http://gtamap.delux-host.com/converter/
Re: Converffs is gone? -
Neutralneu - 03.09.2014
Convertffs is the best, because it do integer, for example, 24 to float 24.000000, I use only float and now I'm finding same resources. I hope it will be work
Re: Converffs is gone? -
Rudy_ - 03.09.2014
same Hi i'm new for me.
Re: Converffs is gone? -
MpK - 03.09.2014
I'm new too!
I hope it fixed soon, these pages are essential.
Re: Converffs is gone? -
iFarbod - 03.09.2014
kc, a question, can you make it add a space after a comma?
CreateObject(1,2,3,4,5);
TO
CreateObject(1, 2, 3, 4, 5);
I Hope you know what i mean
Re: Converffs is gone? -
kc - 03.09.2014
Quote:
Originally Posted by iFarbod
kc, a question, can you make it add a space after a comma?
CreateObject(1,2,3,4,5);
TO
CreateObject(1, 2, 3, 4, 5);
I Hope you know what i mean
|
This used to be default but people complained about it. For now you could add a custom format to accomplish this:
Код:
CreateObject({model}, {x}, {y}, {z}, {rx}, {ry}, {rz});
Re: Converffs is gone? -
iFarbod - 03.09.2014
Quote:
Originally Posted by kc
This used to be default but people complained about it. For now you could add a custom format to accomplish this:
Код:
CreateObject({model}, {x}, {y}, {z}, {rx}, {ry}, {rz});
|
Can you add 'interiorid' and 'worldid' parameter for CreateDynamicObject? Will be nice