SA-MP Forums Archive
[Map] [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [MAP] New policestation at North of Las Venturas (Near Abonded Airport) (/showthread.php?tid=95056)

Pages: 1 2


[MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Gr3gersen - 02.09.2009

Yo yo yooo gamers (:
This is my SECOND map, and my SECOND release, ever..
It can be used for either Police, Undercover Police, FBI, SWAT or w.e you want!
Please Comment and rate! Let me know if you use it for your server =)




There is more cars than only the couple of buffalos you can see on the screenie =), quite more than that.
Код:
// North LV Policedepartment - Made by Gr3gersen - Please leave credits.
CreateObject(13006, 1024.568481, 2432.473389, 9.840803, 0.0000, 0.0000, 181.7192);
CreateObject(12929, 1057.457520, 2411.245117, 9.818325, 0.0000, 0.0000, 90.0000);
CreateObject(12929, 1070.499390, 2411.191895, 9.818325, 0.0000, 0.0000, 90.0000);
CreateObject(1215, 1013.374634, 2401.241455, 10.470695, 0.0000, 0.0000, 0.0000);
CreateObject(1215, 1001.763000, 2401.271484, 10.522131, 0.0000, 0.0000, 0.0000);
CreateObject(1215, 1074.783325, 2403.154785, 10.384636, 0.0000, 0.0000, 0.0000);
CreateObject(1215, 1097.315552, 2403.294434, 10.384637, 0.0000, 0.0000, 0.0000);
CreateObject(2690, 1072.835815, 2403.395752, 11.637175, 0.0000, 0.0000, 180.0000);
CreateObject(2690, 1055.228149, 2403.448975, 11.701709, 0.0000, 0.0000, 180.0000);
CreateObject(1650, 1074.998535, 2418.843262, 10.126975, 0.0000, 0.0000, 112.5000);
CreateObject(994, 1079.388184, 2403.144287, 9.920630, 0.0000, 0.0000, 0.0000);
CreateObject(994, 1090.677490, 2403.291260, 9.920630, 0.0000, 0.0000, 0.0000);
CreateObject(994, 1013.243225, 2407.574219, 9.948933, 0.0000, 0.0000, 271.7189);
CreateObject(1233, 1014.432617, 2436.842041, 11.381072, 0.0000, 0.0000, 270.0000);
//Cars, helicopters, etc.
AddStaticVehicle(402,1009.1437,2453.6716,10.6802,271.7148,0,0); // FastUnitsLV Buffalo1
AddStaticVehicle(402,1009.2095,2449.8286,10.6802,272.7212,0,0); // FastUnitsLV Buffalo2
AddStaticVehicle(402,1009.3164,2446.2180,10.6802,92.0013,0,0); // FastUnitsLV Buffalo3
AddStaticVehicle(402,1009.5285,2435.4453,10.6803,271.3148,0,0); // FastUnitsLV Buffalo4
AddStaticVehicle(427,1057.4613,2414.1553,10.9522,179.8915,0,4); // FastUnitsLV Enforcer1
AddStaticVehicle(497,1093.3629,2413.3625,10.9973,178.3177,0,0); // FastUnitsLV HeliPD1
AddStaticVehicle(497,1081.2076,2412.2422,10.9973,178.0990,0,0); // FastUnitsLV HeliPD2
AddStaticVehicle(598,1057.3889,2405.5193,10.5669,179.9952,0,4); // FastUnitsLV LVPD1
AddStaticVehicle(426,1010.0882,2424.5872,10.5922,273.6627,0,0); // FastUnitsLV Premier1
AddStaticVehicle(482,1010.0381,2420.9312,10.9617,272.0493,0,0); // FastUnitsLV Burrito1
AddStaticVehicle(402,1010.2508,2413.7507,10.6802,92.0482,0,0); // FastUnitsLV Buffalo5
AddStaticVehicle(402,1010.1448,2410.1536,10.6802,92.6082,0,0); // FastUnitsLV Buffalo6
//North LV Policedepartment



Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Correlli - 02.09.2009

Not bad.


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - [XST]O_x - 02.09.2009

cool


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - MeHaBeL - 02.09.2009

Very nice (:


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Gr3gersen - 02.09.2009

Please let me know if any of you guys use this =)
I'd like to see it on a real visited server, and not only my local on‌e =)
And thanks for the comments guys!


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Nee - 03.09.2009

Good work you can add at roleplay servers!.


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - gszyclon - 03.09.2009

awesome i get it but how to install at my server?



Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - [XST]O_x - 03.09.2009

Quote:
Originally Posted by gszyclon
awesome i get it but how to install at my server?
use pawno,open your gm,and add the pawn code :P


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Gr3gersen - 03.09.2009

Open up your Gamemode
Find a place (Under your cars, etc) and copy the code, paste it there.
Compile & Run


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - The_Tough - 04.09.2009

OnGameModeInit()
{
Createobject blablabla
}


Good job


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Kanji_Suzuki - 04.09.2009

Im liking it




Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Gr3gersen - 07.09.2009

Sounds great =)
Ty


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Mive - 07.09.2009

Nice map

Just realised it's located almost next to my prison map


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Gr3gersen - 07.09.2009

Cool!
Do you have a server? =)
Then you could upload this little map to it aswell, and we could see how it looks like? =)


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Mive - 07.09.2009

Quote:
Originally Posted by Gr3gersen
Cool!
Do you have a server? =)
Then you could upload this little map to it aswell, and we could see how it looks like? =)
Sorry but i don't have a server.

You can download my map and add it with yours on (a/your) local server


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Deat_Itself - 07.09.2009

cool


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - GiP_YossI - 07.09.2009

Realy nice one


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Gr3gersen - 08.09.2009

I would love that, could you drop a link in a PM or something?
Never mind, I just figured out =) haha.
I'll start working on my racetrack again now =)
Bye bye.


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - Camacorn - 25.11.2009

sorry to bump an old topic.

but when i add it or ANYTHING for that matter under "OnGameModeInit" it always says this:

Код:
Warning 217: loose indentation
it compiles, but because of that apparent loose indentation it WILL NOT appear in game....help


Re: [MAP] New policestation at North of Las Venturas (Near Abonded Airport) - MenaceX^ - 27.11.2009

Can you make an arrow or something on the map? I don't realize where this place is by viewing your pictures.