SA-MP Forums Archive
[Map] Jump to Abandoned Airport - 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)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Jump to Abandoned Airport (/showthread.php?tid=178937)



BEST JUMP !!!! - eu_skipy - 24.09.2010

Images:

http://itl-news.hi2.ro/?p=293

PAWN: http://pastebin.com/9E8xSwbT
MAP : http://solidfiles.com/d/0824/

If you like the map, COMMENT + RATE please!

100% created by ROROCK23 a.k.a [RES]CrimeTime

SORRY! HERE IS THE TELEPORT

Код:
    if (strcmp(cmdtext, "/aj", true) == 0) {
    ResetPlayerWeapons(playerid);
    if (IsPlayerInAnyVehicle(playerid)) {
    SetVehiclePos(GetPlayerVehicleID(playerid),753.3183,1992.1968,378.1436 );
    SetVehicleZAngle(GetPlayerVehicleID(playerid), 44.1859);
    }
    if (!IsPlayerInAnyVehicle(playerid)) {
    SetPlayerPos(playerid,766.3262,1942.7892,379.6585 );
    SetPlayerFacingAngle(playerid, 13.7924);
    }
    SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//
    return 1;
    }



Re: Jump to Abandoned Airport - Sweet_Mafia - 25.09.2010

good edit, could use a spawn cmd though


Re: Jump to Abandoned Airport - Arisrael22 - 25.09.2010

So Nice..
Keep Creations


Re: Jump to Abandoned Airport - royal_king - 25.09.2010

nice improve alot