26.09.2015, 17:02
Abandoned Airport Stunt & Fun Park
Introduction
Hello guys this is my first map. It is a fun/stunt map located @ abandoned airport. It can be useful if you are building a stunt or freeroam server. Hope you like it.
Pictures/Videos
Click Me to go to the pictures gallery
OR
http://postimage.org/image/v0rd8b46b/
http://postimage.org/image/9sdoqvppf/
http://postimage.org/image/nakl361ur/
http://postimage.org/image/834lita03/
http://postimage.org/image/iegybh1pf/
http://postimage.org/image/l9ymw2v37/
http://postimage.org/image/7ubm6mmlf/
http://postimage.org/image/8xvqil78j/
Video comming soon
Code/Download
Mapping Code Click Me<== Click to get the map code
I also made a simple teleport command to the stunt area with ZCMD
PHP код:
CMD:aastunt(playerid,params[])//aa is short for abandoned airport
{
if(IsPlayerInAnyVehicle(playerid))
{
new vehicleid = GetPlayerVehicleID(playerid);
SetVehiclePos(vehicleid,452.8072,2487.1201,20.2598,84.5608);
SendClientMessage(playerid,-1,"You teleported to abandoned airport stunt zone");
SendClientMessage(playerid,-1,"==============Have Fun!=============");
GameTextForPlayer(playerid,"~r~Welcome~g~ to ~b~Abandoned~r~ Airport~g~~n~ Stunt ~b~Area",5000,3);
}
else
{
SetPlayerPos(playerid,452.8072,2487.1201,20.2598,84.5608);
SetPlayerInterior(playerid,0);
SendClientMessage(playerid,-1,"You teleported to abandoned airport stunt zone");
SendClientMessage(playerid,-1,"==============Have Fun!=============");
GameTextForPlayer(playerid,"~r~Welcome~g~ to ~b~Abandoned~r~ Airport~g~~n~ Stunt ~b~Area",5000,3);
}
return 1;
}

PHP код:
AddStaticVehicle(522,434.9900,2517.0442,16.1441,87.8203,3,8); // nrg 1
AddStaticVehicle(522,435.4867,2514.8801,16.1486,90.0882,3,8); // nrg 2
AddStaticVehicle(522,435.2842,2513.2346,16.0975,88.1355,3,8); // nrg 3
AddStaticVehicle(411,425.3287,2527.8279,16.3378,88.4195,116,1); // infernus 1
AddStaticVehicle(411,429.7229,2532.5923,16.2600,90.1321,116,1); // infernus 2
AddStaticVehicle(415,407.4328,2541.9119,16.2984,100.9811,36,1); // cheetha 1
AddStaticVehicle(415,404.3307,2532.7585,16.3277,185.2854,36,1); // cheetha 2