[Map] ==[FR]==Aero's Spawn Area!==
#1

Aero's Spawn Area

It's exactly what it sounds like. I made this for my server (that doesn't get much attention) and thought I'd pass it on to the SAMP family. It was made for a FreeRoam server, but anyone can use it. It has planes, helicopters, off-road vehicles, boats, busses, and cars! There is even a small interior underneath that you could use as your skin changer spot. I can't think of anything else except that it's the best one I've ever seen.

Pictures:

Skin Changer


Spawn


Airplanes


Helicopters


Off-road Vehicle


Cars/Busses


Boats


Bridges


Runway


Here's some codes for the Skin changer and Spawn point. This needs to go under your Gamemode script.
Код:
public OnPlayerRequestClass(playerid, classid)
{
 	SetPlayerPos(playerid, 3117.61, -1088.85, 4.35);
 	SetPlayerFacingAngle(playerid, 90);
	SetPlayerCameraPos(playerid, 3114.61, -1091.85, 3.8);
	SetPlayerCameraLookAt(playerid, 3117.61, -1088.85, 4.5);
	return 1;
}

public OnPlayerSpawn(playerid)
{
	SetPlayerPos(playerid, 3112, -1086.34, 9);
	SetCameraBehindPlayer(playerid);
	return 1;
}
And here is the map download. You need to have the streamer plugin.
http://www.mediafire.com/download/hp...n1m/Aspawn.amx

As with all of my latest maps, this one also has an easter egg within it, and each map coming will have it hidden differently each time.

My next project will hopefully be a pawn shop of sorts, gotta learn more scripting though.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)