SA-MP Forums Archive
[FilterScript] [FS] Los Santos Stunt Park - 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)
+--- Thread: [FilterScript] [FS] Los Santos Stunt Park (/showthread.php?tid=15432)



[FS] Los Santos Stunt Park - cmg4life - 24.10.2007

hey... this is a CMG4Life Production... ... and its on the lake called Fisher 's Lagoon i think... u have SS :P... so tell me likes and dislikes.... and sugestions... for more places ( i got MTA M. E . now ) and i can edit alot... so here we go ... PS : Make a Tele command PLS and post it pls pls ... if u can make it at OPEN sign and keep credits and add the dude who made the tele... thnx and CHEERS.... Ohh and i made a pier... could anyone add some boats Speeders there ... 2 boats ... because it will look nice u can leave with boat or vehicle ... just if u want not necesearly


oooo - AMX & PWN = http://rapidshare.com/files/66565640...tpark.rar.html

oooo - PWN = http://pastebin.com/f15aa25de

oooo - SCREENIESSS!!!








Re: [FS] Los Santos Stunt Park - Djrasim - 24.10.2007

Looking Good


Re: [FS] Los Santos Stunt Park - kaisersouse - 24.10.2007

In place on my server (info below) as "/stunt4"

I think its time for me to just make a /stunt menu...

teleporting as ped spawns you by the bikes

teleporting in vehicle spawns you somewhere else in the area

EDIT: btw I didn't "put the command wrong". I use object streamer which means the player loads before the ground does which = falling in water. I had to hunt thru all the modelids in your list until I found the one with land so I caould put that in my gamemode itself (so it will load before player does).


Re: [FS] Los Santos Stunt Park - Alejandro - 24.10.2007

this looks sick, how many objects?

[color=blue]Mirror

Link


Re: [FS] Los Santos Stunt Park - [MW]JuGGz - 27.10.2007

here is a simple command to get there (i used /save to get co-ordinates)
Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
 if (!strcmp(cmdtext,"/stuntzone",true))
 return SetPlayerPos(playerid,1990.8560,-80.5062,1.4658);

	return 0;

}
you can change the command by changing /stuntzone to anything you want.


Re: [FS] Los Santos Stunt Park - cmg4life - 27.10.2007

i made the command already :P tnx to kaisersouse " public OnPlayerCommandText(playerid,cmdtext[])
{
if( !strcmp(cmdtext,"/lagoon",true ))
{
if(IsPlayerInAnyVehicle(playerid))
{
SetVehiclePos(GetPlayerVehicleID(playerid),2023.88 20,34.5451,29.9940);
}
else
{
SetPlayerPos(playerid,2023.8820,34.5451,29.9940);
}
return 1;
}
return 0;
} "


Re: [FS] Los Santos Stunt Park - [MW]JuGGz - 27.10.2007

ahh good job ^^


Re: [FS] Los Santos Stunt Park - wilddeuces - 18.11.2007

Hey guys,
i installed the Stunt Park on my Server,
but it wont work the Park isnt in the Game why?
In my server.cfg i did:

filterscripts adminspec vactions AdminFS lsstuntpark

wie doesnt it work? please help



Re: [FS] Los Santos Stunt Park - snipe69 - 18.11.2007

Quote:
Originally Posted by wilddeuces
Hey guys,
i installed the Stunt Park on my Server,
but it wont work the Park isnt in the Game why?
In my server.cfg i did:

filterscripts adminspec vactions AdminFS lsstuntpark

wie doesnt it work? please help
are u sure thats the right name? and did u put the amx in filterscripts folder?


Re: [FS] Los Santos Stunt Park - wilddeuces - 18.11.2007

yes i did all in filterscripts and its the same name !!
But it dont work