SA-MP Forums Archive
[Map] [MAP] Stunts&Drifts Area - My Second work - 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] Stunts&Drifts Area - My Second work (/showthread.php?tid=95946)



[MAP] Stunts&Drifts Area - My Second work - MeHaBeL - 05.09.2009

Hello
So this is my sevond work in MTA...

OK, Tleports :

/OldAp = Sends you there
/BigJump = Send you a high area
/DOldAp = send you to Drifts area
/OpenOldAp = Open the front gate
/CloseOldAp - Close the front gate

OK
in this map have 64 Objects and 114 cars.

List of Cars :

Nrg-500
34

Monster :
6

Monster A :
2

Monster B :
2

Infernus :
15

Turismo :
9

Bullet :
10

Banshee :
15

Super GT :
6

Sanchez :
15

OK
now 6 pics :













And who wants to take another 10 photos :
http://www.fileflyer.com/view/4DHQGCg

Ok

This clip shows the route of the Drift Region :
OldAp Area - GTA Sa:Mp

I know .. Have DeLay

OK
Now add it to your Mod

Enter this site :
http://pastebin.com/f36c7498

And what it says put under it:

Quote:

public OnGameModeInit()
{

Now
to to the public OnPlayerCommandText and put this here :

Quote:

if(strcmp(cmdtext, "/oldap", true)==0)
{
SetPlayerPos(playerid, 419.0603, 2506.9751, 16.4844);
SetPlayerFacingAngle(playerid, 85.7182);
return 1;
}

if(strcmp(cmdtext, "/bigjump", true)==0)
{
SetPlayerPos(playerid, -443.2862, 2521.0032, 239.4850);
SetPlayerFacingAngle(playerid, 260.961;
return 1;
}

if(strcmp(cmdtext, "/doldap", true)==0)
{
SetPlayerPos(playerid, 149.5744, 2487.4087, 41.2186);
SetPlayerFacingAngle(playerid, 88.1825);
return 1;
}

ok
We added the objects and cars
Now we have to add the gate

so
At the top of your mode :
Quote:

new blat;

now go to public OnGameModeInit and put this here :
Quote:

blat = CreateObject(980, 422.706512, 2506.904785, 18.107769, 0.0000, 0.0000, 270.0000);

Now go to public OnPlayerCommandText and Write this here :

Quote:

if(!strcmp(cmd,"/openoldap",true))
{
MoveObject(blat,422.584836,2506.934082, 23.757744, 3.0);
return 1;
}

if(!strcmp(cmd,"/closeoldap",true))
{
MoveObject(blat, 422.706512, 2506.904785, 18.107769, 3.0);
return 1;
}

And that's it
Sorry about my English

Bye Bye (:


Re: [MAP] Stunts&Drifts Area - My Second work - The_Tough - 05.09.2009

Good job


Re: [MAP] Stunts&Drifts Area - My Second work - MeHaBeL - 05.09.2009

Quote:
Originally Posted by The_Tough
Good job
Thanks man
It's my second job



Re: [MAP] Stunts&Drifts Area - My Second work - chesterzituuh - 08.09.2009

How to install this MAP? can you speak me please? PM me at:
nico.leonardo @ hotmail.com

This got a great look


Re: [MAP] Stunts&Drifts Area - My Second work - [XST]O_x - 08.09.2009

NICE!


Re: [MAP] Stunts&Drifts Area - My Second work - SloProKiller - 08.09.2009

Why did this crash my pawno?


Re: [MAP] Stunts&Drifts Area - My Second work - gszyclon - 08.09.2009

nice


Re: [MAP] Stunts&Drifts Area - My Second work - RyDeR` - 08.09.2009

Nice done, you can also make the gates otomatic, do that if you can much better


Re: [MAP] Stunts&Drifts Area - My Second work - BO$$ - 04.11.2010

NIIIIIICE


Respuesta: Re: [MAP] Stunts&Drifts Area - My Second work - xenowort - 04.11.2010

Quote:
Originally Posted by [XST]O_x
View Post
NICE!



Re: [MAP] Stunts&Drifts Area - My Second work - <Weponz> - 04.11.2010

NIce Map! 8/10

Im Temperarily using it on our server!