29.11.2010, 12:20
(
Последний раз редактировалось DANGER1979; 30.11.2010 в 08:21.
)
1. At contiguity with water of the modelid == 460 & modelid == 539 is called OnVehicleDeath
Example of the correction of the mistake or Bug
2. Parameters killerid absolutely useless in function OnVehicleDeath
3. RemovePlayerFromVehicle no eject is car AFK-players
4. Is not called function OnVehicleDeath when in machine sits AFK-player
5. When player presses Enter to sit in machine opposite driver place and presses Shift, that dies driver
6. OnVehiclePaintjob works only in garage (modshops). Very Bad
7. OnVehicleRespray works only in VehicleMod Transfender. Very Bad
8. GetVehicleTrailer and IsTrailerAttachedToVehicle do not work in one moment after AttachTrailerToVehicle
9. VehicleHealth changes on the 1000 when player falls into Stream area
AFK - AwayFromKeyboard
Example of the correction of the mistake or Bug
Код:
public OnVehicleDeath(vehicleid, killerid) { new modelid = GetVehicleModel(vehicleid); if(modelid != 460 && modelid != 539) { DestroyVehicle(vehicleid); } return 1; }
3. RemovePlayerFromVehicle no eject is car AFK-players
4. Is not called function OnVehicleDeath when in machine sits AFK-player
5. When player presses Enter to sit in machine opposite driver place and presses Shift, that dies driver
6. OnVehiclePaintjob works only in garage (modshops). Very Bad
7. OnVehicleRespray works only in VehicleMod Transfender. Very Bad
8. GetVehicleTrailer and IsTrailerAttachedToVehicle do not work in one moment after AttachTrailerToVehicle
9. VehicleHealth changes on the 1000 when player falls into Stream area
AFK - AwayFromKeyboard