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



[MAP/FS]Drag Track - Daslee - 30.09.2009

Hello this is my third Map created with MTA Map Editor. Pics:




Downloads:

Pastebin:
Pastebin

SolidFiles:


Teleport cmd:
Код:
	if(strcmp(cmdtext, "/drag", 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,-3081.7578125,-483.06115722656,2.6840419769287);
GameTextForPlayer(playerid,"/Drag...",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,-3081.7578125,-483.06115722656,2.6840419769287);
format(fString, 128, "%s (ID:%d) Teleported to /drag", pName, playerid);
GameTextForPlayer(playerid,"/Drag...",2500,3);
SendClientMessageToAll(0x33CCFFAA, fString);

}
	return 1;
}



Re: [MAP/FS]Drag Track - [03]Garsino - 30.09.2009

Great work you got there!


Re: [MAP/FS]Drag Track - MeHaBeL - 30.09.2009

פשש קטלני אחי יפה מאוד
Very nice



Re: [MAP/FS]Drag Track - Daslee - 30.09.2009

thx for comments


Re: [MAP/FS]Drag Track - [XST]O_x - 30.09.2009

Cool ^^


Re: [MAP/FS]Drag Track - kokkie20 - 30.09.2009

will use this one, people keep asking me for more drag tracks