SA-MP Forums Archive
Need help to put map on server. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help to put map on server. (/showthread.php?tid=74201)



Need help to put map on server. - Center - 20.04.2009

I don't know how to get the one i mapped with MTA to my server.
I have converted in to pwn, i think lol.. But how should i put this?:

Quote:

CreateObject(985, 1119.181885, -1159.419922, 24.246788, 0.0000, 0.0000, 0.0000);
CreateObject(985, 1074.208618, -1207.219238, 17.577145, 0.0000, 359.1406, 88.5219);
CreateObject(980, 1141.436768, -1206.354370, 20.784626, 0.0000, 0.0000, 89.3814);
CreateObject(643, 1126.704956, -1162.860718, 31.498020, 0.0000, 0.0000, 0.0000);
CreateObject(643, 1126.940186, -1166.758179, 31.823893, 0.0000, 0.0000, 0.0000);
CreateObject(643, 1131.770142, -1163.656616, 31.823893, 0.0000, 0.0000, 0.0000);
CreateObject(643, 1131.667603, -1166.955933, 31.823893, 0.0000, 0.0000, 0.0000);
CreateObject(632, 1130.251343, -1165.478638, 31.474583, 0.0000, 0.0000, 0.0000);
CreateObject(629, 1136.894409, -1161.025513, 31.036522, 0.0000, 0.0000, 0.0000);
CreateObject(629, 1136.943726, -1170.554688, 31.036522, 0.0000, 0.0000, 0.0000);
CreateObject(629, 1125.815674, -1169.977417, 31.036522, 0.0000, 0.0000, 0.0000);
CreateObject(629, 1125.991821, -1160.727417, 31.036522, 0.0000, 0.0000, 0.0000);




Re: Need help to put map on server. - JoeDaDude - 20.04.2009

Put it under OnFilterScriptInit/OnGamemodeInit
Where you put your player classes


Re: Need help to put map on server. - Center - 20.04.2009

Here's the thing, i downloaded that GM.


Re: Need help to put map on server. - JoeDaDude - 20.04.2009

What gamemode?
Just put them objects under OnGamemodeInit


Re: Need help to put map on server. - Center - 20.04.2009

It's public enemy gamemode.


Re: Need help to put map on server. - JoeDaDude - 20.04.2009

Right and what do you want to do with that gamemode?


Re: Need help to put map on server. - Center - 20.04.2009

Uhm, i just want to put a HQ.


Re: Need help to put map on server. - guaid - 21.04.2009

press ctrl+f and type in OnGameModeInit in pawno> your gm> then type in your objects under that cant be hard. same with pos.