Adding custom maps to SA-MP? (HEEEEEEEEELP) -
Steroids - 19.03.2011
I've looked everywhere and can't find this... How can I add a custom made map to Sa-mp? (It's Fantasy Hill)
Re: Adding custom maps to SA-MP? -
SchurmanCQC - 19.03.2011
If this is from MTA:
Ready your .map file.
Go to
http://www.convertffs.com/ and upload your .map file.
There you'll get a whole bunch of "CreateObject" or "CreateDynamicObect" functions in there.
All you have to do is copy+paste those into your script, under OnGameModeInit, like this.
pawn Код:
public OnGameModeInit()
{
CreateObject(modelid, X, Y, Z, rX, rY, rZ, Float:DrawDistance);
return 1;
}
-
Steroids - 19.03.2011
Which of these would be the actual file I have to upload?
hjphill.img
hjp533.IPL
or
hjp533.IDE
K it's IMG but I always get an error:
Your upload request has timed out. Please try again in a few minutes.
Re: Adding custom maps to SA-MP? -
slowride326 - 19.03.2011
What program did you use to make the map?
Re: Adding custom maps to SA-MP? -
Steroids - 19.03.2011
I didn't make it. I downloaded it. Fantasy Hill
-
slowride326 - 19.03.2011
You got Teamviewer
Just Add me on MSN
Re: Adding custom maps to SA-MP? -
Steroids - 19.03.2011
Fine what's you team viewer ID? Mine is 105 582 452
Pass 5960
Re: Adding custom maps to SA-MP? -
Steroids - 19.03.2011
It's not an MTA map! It's just a downloaded map off the internet!
And there is no text file.
Only IDE, IMG, and IPL
Re: Adding custom maps to SA-MP? -
Vince - 19.03.2011
1. Place IMG file into ..\Rockstar Games\GTA San Andreas\SAMP
2. Rename it to CUSTOM.IMG
3. Place IDE file into ..\Rockstar Games\GTA San Andreas\SAMP
4. Rename it to CUSTOM.IDE
5. Go to
http://gtamap.delux-host.com/converter/
6. Upload IPL or paste contents of IPL file in there
7. Check 'PAWN code for SA:MP' or any streamer of you choice
8. Copy output code and place under OnGameModeInit in your gamemode
9. Press compile button
10. DON'T BE SO RIDICULOUSLY IMPATIENT. Bumping your own topic after 8 minutes is totally not-done.
If it doesn't work, then it's probably a single player map and you won't be able to convert it.
Re: Adding custom maps to SA-MP? -
Steroids - 19.03.2011
Thank you... Idk why no one else could be that clear.
But do you know why I can't see the island until I get close?