12.11.2008, 18:12
My New work [MAP]DuneBounce.
Add These Into Your Gamemode:
Somewhere in the top of your Script:Add These Into Your Gamemode:
pawn Код:
forward AutoRepair(playerid);
pawn Код:
SetTimerEx("AutoRepair",100,true,"d",playerid);
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);
}
}
}
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:
![](http://i293.photobucket.com/albums/mm50/LtAivariux/db.png)
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
![Grin](images/smilies/biggrin.gif)
Enjoy, Aiva