[Map] Ramp SKY (Jump, Drop) to descend an immense ramp
#1

Ramp SKY

Description:
This map was built over the town of LS, toward the ocean (too loud, just enough to see down there) so as not to disrupt the game. To be teleported to the ramp, use /ramp (you will be teleported with the car (if it is inside one), or just the PED if you are out of the car)). The way to go from the top, can come to an end with less than 2 minutes (after trying several times how difficult).
Along the way, you will find: MISCELLANEOUS Challenges: Side jumps, jumps, upside down ...
At the end of the MAP, he will announce the name of who arrived in the FINAL for 4Seg for all the players of the server, he will receive the gold, it is a rewards weapon (CODE EDITABLE).
In this MAP, there is also a simple FilterScript from Car GOD, so that the car automatically fixes so that it can execute (JUMPS, jump ...) without the car EXPLODE, the ADMIN server can deactivate the command (/god) with the command /godoff), (For GOD CAR to be used only for this RAMP, and not for other purposes).

Contains: 130 object, 20 vehicle

Commands:

/ramp = TELEPHONE to RAMP BASE
/god = CAR SELF-REPAIR [[COLOR="DarkGreen"] [Enable / Disable] for the Player
/godoff = to DISABLE COMMAND /god (ONLY RCON Administrators can use this COMMAND) [Enable / Disable] Of all players

Includes required:
#include a_samp
#include streamer
#include zcmd


Define: the REWARD of the players that arrive at the FINAL

Code:
public OnPlayerEnterDynamicArea(playerid, areaid)
{
    if(Flooder[playerid] > gettime()) return 1;
    Flooder[playerid] = gettime()+60;
    GivePlayerMoney(playerid,50000);//   MONEY PLAYER is going to WIN
    GivePlayerWeapon(playerid,38,500);//    GUN PLAYER WILL WIN
    new string[256],name[20];
    GetPlayerName(playerid, name, 20);
    format(string, sizeof(string), "~y~~h~%s ~w~~h~CHEGOU no FINAL da ~y~~h~RAMPA!!.", name);
    GameTextForAll(string,4000,6);
    return 1;
}
Download:
PASTEBIN: https://pastebin.com/GnT5gy5b

Video: Demonstraзгo do MAPA
https://www.youtube.com/watch?v=W58-UzzQ4vw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)