07.06.2011, 14:31
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:
You did this for a lot of vehicle, insert the same function. So simply do this:
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); }
Код:
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); }