[FilterScript] [FS] Los Santos Stunt Park
#1

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!!!





Reply
#2

Looking Good
Reply
#3

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).
Reply
#4

this looks sick, how many objects?

[color=blue]Mirror

Link
Reply
#5

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.
Reply
#6

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;
} "
Reply
#7

ahh good job ^^
Reply
#8

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
Reply
#9

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?
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)