Jump to content

[MAP]StuntPark2


Guest farse

Recommended Posts

STUNT PARK2

Info:

Stunt park

Converted vehicles: 7

Converted objects: 58

Extra:

mta-screen0003.jpg

mta-screen0004.jpg

mta-screen0005.jpg

mta-screen0006.jpg

DOWNLOAD:

download.img.php?f=2196&width=250&height=100&style=blue&display=size

PASTEBIN

	if(strcmp(cmdtext,"/parkstunt",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"Part Stunt",4000,6);
return SetVehiclePos(vehicleid,1866.908,-1408.218,13.170);
}
SetPlayerPos(playerid,1866.908,-1408.218,13.170);
GameTextForPlayer(playerid,"Part Stunt",4000,6);
return 1;
}

Link to comment
Share on other sites

if(strcmp(cmdtext,"/parkstunt",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"Part Stunt",4000,6);
return SetVehiclePos(vehicleid,1866.908,-1408.218,13.170);
}
SetPlayerPos(playerid,1866.908,-1408.218,13.170);
GameTextForPlayer(playerid,"Part Stunt",4000,6);
return 1;
}

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.