SA-MP Forums Archive
[Map] [MAP]DuneBounce - Funny - 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] [MAP]DuneBounce - Funny (/showthread.php?tid=55212)



[MAP]DuneBounce - Funny - AiVAMAN - 12.11.2008

My New work [MAP]DuneBounce.

Add These Into Your Gamemode:
Somewhere in the top of your Script:
pawn Код:
forward AutoRepair(playerid);
In OnPlayerConnect:
pawn Код:
SetTimerEx("AutoRepair",100,true,"d",playerid);
In the end of Your GameMode:
pawn Код:
public AutoRepair(playerid)
{
  if (IsPlayerInAnyVehicle(playerid))
  {
  new Float:health;
    new vehicleid = GetPlayerVehicleID(playerid);
    GetVehicleHealth(vehicleid, health);
    if (health <= 99)
    {
    SetVehicleHealth(vehicleid,1000);
    GameTextForPlayer(playerid,"~g~Car Auto-Repaired!",5000,5);
    }
  }
}
In OnPlayerCommandText
pawn Код:
if(strcmp(cmdtext, "/db", true) == 0)
    {
    SetPlayerPos(playerid, -39.1159,-3976.4468,33.8152);
    GameTextForPlayer(playerid, "~g~Welcome To~n~~b~Dune Bounce Ring~n~~w~By Aiva...", 5000, 5);
    return 1;
}

Picture:


Downloads:
http://www.MegaShare.com/525505 - MegaShare
http://rapidshare.com/files/16314566...ounce.zip.html - RapidShare
http://www.mediafire.com/file/3atzey...DuneBounce.zip - MediaFire
http://uppit.com/SJBMR0 - Uppit

Mirrors Are Allowed

Enjoy, Aiva



Re: [MAP]DuneBounce - Funny - Mrkrabz - 13.11.2008

So... What exactly is this? More info please.


Re: [MAP]DuneBounce - Funny - Karlip - 13.11.2008

Quote:
Originally Posted by scorp1543
So... What exactly is this? More info please.
You drive into the balls with a DUNE.
You will bounce away lol.


Re: [MAP]DuneBounce - Funny - whooper - 14.11.2008

lol not bad


Re: [MAP]DuneBounce - Funny - ReV. - 08.12.2008

Quote:

hehehehe i love the bounce its like im flying away

rofl? lol


Re: [MAP]DuneBounce - Funny - Mrkrabz - 09.12.2008

Should make this into an FS. with all the commands and stuff.


Re: [MAP]DuneBounce - Funny - AiVAMAN - 11.12.2008

if ill do it, commands in GM will don't work... (I hate dcmd)


Re: [MAP]DuneBounce - Funny - DiddyBop - 30.11.2009

wont this cause a lot of CPU work?

SetTimerEx("AutoRepair",100,true,"d",playerid);

cause of the 1 millisecond? or am i overrating it..


Re: [MAP]DuneBounce - Funny - AiVAMAN - 01.12.2009

idk.. maybie not?


Re: [MAP]DuneBounce - Funny - Guedes747 - 01.12.2009

Ehh sems funy i guess.


Re: [MAP]DuneBounce - Funny - AiVAMAN - 01.12.2009

haha


Re: [MAP]DuneBounce - Funny - Th3BruTaLBoy - 01.12.2009

What id have this: Bounce ...exist in mta race editor ? plz



Re: [MAP]DuneBounce - Funny - XRVX - 01.12.2009

looks funny man :P


Re: [MAP]DuneBounce - Funny - Mive - 01.12.2009

Not bad


Re: [MAP]DuneBounce - Funny - AiVAMAN - 02.12.2009

I don't remember id of the mines. Sorry.

And thanks to everyone.