[FilterScript] Realistic Nuclear Bomb Script
#3

Lacks of video or at least screenshot!
Nice post attract more user, and this is really too simple

However nice job.

I suggest you some part to correct:
Код:
                if(GetVehicleModel(vehicleid) == 523) // Open Top
                        {
            new Float:hp;
                GetPlayerHealth(i,hp);
                        SetPlayerHealth(i,(hp-3));
                        SetPlayerDrunkLevel (i, 5000);
                        fallouthp = SetTimer("Fallout",6000,false);
                }
You did this for a lot of vehicle, insert the same function. So simply do this:
Код:
                if(GetVehicleModel(vehicleid) == id || GetVehicleModel(vehicleid) == id2 || GetVehicleModel(vehicleid) == id3 ) // Open Top
                        {
            new Float:hp;
                GetPlayerHealth(i,hp);
                        SetPlayerHealth(i,(hp-3));
                        SetPlayerDrunkLevel (i, 5000);
                        fallouthp = SetTimer("Fallout",6000,false);
                }
Reply


Messages In This Thread
Realistic Nuclear Bomb Script - by blackwidow18 - 07.06.2011, 14:23
Re: Realistic Nuclear Bomb Script - by Markx - 07.06.2011, 14:30
Re: Realistic Nuclear Bomb Script - by Phanto90 - 07.06.2011, 14:31
Re: Realistic Nuclear Bomb Script - by Meinstad - 07.06.2011, 14:32
Re: Realistic Nuclear Bomb Script - by XFlawless - 07.06.2011, 14:35
Re: Realistic Nuclear Bomb Script - by blackwidow18 - 07.06.2011, 14:37
Re: Realistic Nuclear Bomb Script - by gamer931215 - 07.06.2011, 14:37
Re: Realistic Nuclear Bomb Script - by blackwidow18 - 07.06.2011, 14:40
Re: Realistic Nuclear Bomb Script - by gamer931215 - 07.06.2011, 14:45
Re : Re: Realistic Nuclear Bomb Script - by Naruto_Emilio - 09.06.2011, 10:35

Forum Jump:


Users browsing this thread: 6 Guest(s)