[MAP/FS]Drag track special for kokkie20 - 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 special for kokkie20 (
/showthread.php?tid=99911)
[MAP/FS]Drag track special for kokkie20 -
Daslee - 01.10.2009
Hello this is Old airport drag created with MTA Map Editor. Pics:
Downloads:
Pastebin:
Pastebin
SolidFiles:
Teleport cmd:
Код:
if(strcmp(cmdtext, "/oadrag", 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,363.70822143555,2531.2592773438,15.672828674316);
GameTextForPlayer(playerid,"/OldAirportDrag...",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,363.70822143555,2531.2592773438,15.672828674316);
format(fString, 128, "%s (ID:%d) Teleported to /oadrag", pName, playerid);
GameTextForPlayer(playerid,"/OldAirportDrag...",2500,3);
SendClientMessageToAll(0x33CCFFAA, fString);
}
return 1;
}
*Special for kokkie20*
Re: [MAP/FS]Drag track special for kokkie20 -
Nrp_RP - 01.10.2009
Nice map can you give me the map file?I want to make something other i will put your credits!
Re: [MAP/FS]Drag track special for kokkie20 -
Daslee - 01.10.2009
add me to your skype: xelmerx
Re: [MAP/FS]Drag track special for kokkie20 -
Daslee - 01.10.2009
Lithuania Plunge
Re: [MAP/FS]Drag track special for kokkie20 -
Nrp_RP - 02.10.2009
ok nice work keep it cool!
Re: [MAP/FS]Drag track special for kokkie20 -
kokkie20 - 02.10.2009
oeeehhh veerryyy niiizeeee

thanks a lot
Re: [MAP/FS]Drag track special for kokkie20 -
Daslee - 02.10.2009
thx
Re: [MAP/FS]Drag track special for kokkie20 -
nuriel6633 - 02.10.2009
Amazing