Adding custom maps to SA-MP?
#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


Messages In This Thread
Adding custom maps to SA-MP? (HEEEEEEEEELP) - by Steroids - 19.03.2011, 15:10
Re: Adding custom maps to SA-MP? - by SchurmanCQC - 19.03.2011, 15:13
[No subject] - by Steroids - 19.03.2011, 15:18
Re: Adding custom maps to SA-MP? - by slowride326 - 19.03.2011, 15:30
Re: Adding custom maps to SA-MP? - by Steroids - 19.03.2011, 15:32
[No subject] - by slowride326 - 19.03.2011, 15:42
Re: Adding custom maps to SA-MP? - by Steroids - 19.03.2011, 15:57
Re: Adding custom maps to SA-MP? - by Steroids - 19.03.2011, 16:29
Re: Adding custom maps to SA-MP? - by Vince - 19.03.2011, 18:03
Re: Adding custom maps to SA-MP? - by Steroids - 19.03.2011, 18:41

Forum Jump:


Users browsing this thread: 1 Guest(s)