How to add a map to my pwn. filterscript
#3

I suppose you've made your map with JerneJL's editor, am I right? Anyway, If you haven't, you can directly convert your MTA:SA map format to SA:MP map format with Delux GTA Map Converter. You will also need streamer.inc by Incognito.

You're now able to add your map using this structure:

pawn Код:
public OnFilterscriptInit()
{
    CreateDynamicObjectEx(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:drawdistance = 0.0, Float:streamdistance = 200.0, worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors, maxplayers = sizeof players);
    //repeat the above for each and every object
    return 1;
}
Reply


Messages In This Thread
How to add a map to my pwn. filterscript - by Teo124 - 15.06.2014, 07:35
Re : How to add a map to my pwn. filterscript - by DarkZeroX - 15.06.2014, 07:44
Re: How to add a map to my pwn. filterscript - by Twizted - 15.06.2014, 07:44
Re: How to add a map to my pwn. filterscript - by HeLiOn_PrImE - 15.06.2014, 07:48
Re: How to add a map to my pwn. filterscript - by Teo124 - 15.06.2014, 07:52
Re: How to add a map to my pwn. filterscript - by Teo124 - 15.06.2014, 08:07
Re : How to add a map to my pwn. filterscript - by DarkZeroX - 15.06.2014, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)