SA-MP Forums Archive
[MAP/FS]Jump - 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: [MAP/FS]Jump (/showthread.php?tid=101447)



[MAP/FS]Jump - Daslee - 10.10.2009

Hello this is my new JUMP stunt near CJ house
Pics:




Downloads:

Pastebin:
[Pastebin]

SolidFiles:


Teleport cmd:
Код:
	if(strcmp(cmdtext, "/Jump", true) == 0) {
	if(IsPlayerInAnyVehicle(playerid)) {
new Float:X;
new Float:Y;
new Float:Z;
new VehicleID;
GetPlayerPos(playerid, X, Y, Z);
VehicleID = GetPlayerVehicleID(playerid);
SetPlayerInterior(playerid,0);
SetVehiclePos(VehicleID,2431.4406738281,-1659.0952148438,27.883575439453);
GameTextForPlayer(playerid,"/Jump...",2500,3);
	} else {
new Float:X;
new Float:Y;
new Float:Z;
new fString[128];
new pName[20];
GetPlayerPos(playerid, X, Y, Z);
GetPlayerName(playerid, pName, 20);
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,2431.4406738281,-1659.0952148438,27.883575439453);
format(fString, 128, "%s (ID:%d) Teleported to /Jump", pName, playerid);
GameTextForPlayer(playerid,"/Jump...",2500,3);
SendClientMessageToAll(0x33CCFFAA, fString);

}
	return 1;
}



Re: [MAP/FS]Jump - Zeromanster - 12.10.2009

Not bad. Keep up the good work.


Re: [MAP/FS]Jump - DokerJr - 12.10.2009

Nice ...
FS ?

This lines is the MAP


Re: [MAP/FS]Jump - evanx10 - 12.10.2009

looks pretty nice. Good for NRG's and stuff lol


Re: [MAP/FS]Jump - Smithy - 12.10.2009

Pretty nice. Suggest some barriers for the side though.


Re: [MAP/FS]Jump - MeHaBeL - 12.10.2009

The pastebin link not work


Re: [MAP/FS]Jump - Danx - 13.10.2009

Not bad


Re: [MAP/FS]Jump - Plolice_police - 13.10.2009

>>>Pastebin<<<


Re: [MAP/FS]Jump - Ska_Twix - 13.10.2009

MTA SA?


Re: [MAP/FS]Jump - Daslee - 15.10.2009

Thx for comments
Ska_Twix: This map is created with mta sa map editor