[MAP/FS]Old airport stunt - 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]Old airport stunt (
/showthread.php?tid=99683)
[MAP/FS]Old airport stunt -
Daslee - 29.09.2009
Hello this is my second Map created with MTA Map Editor. Pics:
Downloads:
Pastebin:
Pastebin
SolidFiles:
Teleport cmd:
Code:
if(strcmp(cmdtext, "/oa", 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,404.49334716797,2461.439453125,15.5);
GameTextForPlayer(playerid,"/OldAirport...",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,404.49334716797,2461.439453125,15.5);
format(fString, 128, "%s (ID:%d) Teleported to /oa", pName, playerid);
GameTextForPlayer(playerid,"/OldAirport...",2500,3);
SendClientMessageToAll(0x33CCFFAA, fString);
}
return 1;
}
Re: [MAP/FS]Old airport stunt -
[XST]O_x - 29.09.2009
Cool
Re: [MAP/FS]Old airport stunt -
Stunt_Guy_Drift_Guy - 29.09.2009
Great Job
Re: [MAP/FS]Old airport stunt -
Plolice_police - 29.09.2009
Nice!
Re: [MAP/FS]Old airport stunt -
Daslee - 30.09.2009
thx
Re: [MAP/FS]Old airport stunt -
RaFsTar - 30.09.2009
Re: [MAP/FS]Old airport stunt -
AG Adam - 27.10.2009
Good work I'll use it.
New pastebin link of objects
Re : [MAP/FS]Old airport stunt -
Christopher_Fois - 31.08.2010

nice !!!!