Adding custom maps to SA-MP?
#1

I've looked everywhere and can't find this... How can I add a custom made map to Sa-mp? (It's Fantasy Hill)
Reply
#2

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;
}
Reply
#3

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.
Reply
#4

What program did you use to make the map?
Reply
#5

I didn't make it. I downloaded it. Fantasy Hill
Reply
#6

You got Teamviewer

Just Add me on MSN
Reply
#7

Fine what's you team viewer ID? Mine is 105 582 452
Pass 5960
Reply
#8

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
Reply
#9

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.
Reply
#10

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?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)