31.03.2018, 10:01
(
Last edited by XMan98; 03/04/2018 at 02:00 AM.
)
Train Update:
If the train runs at high speed The train can derailed (Like GTA Singleplayer).
Source:
Function
-----------------------------------------------------
If the train runs at high speed The train can derailed (Like GTA Singleplayer).
Source:
Function
Code:
OnTrainDerailed(Float:x, Float:x, Float:z, Float:speed); // If Train runs at high speed, The train can be Derailed OnBogieContainerFlatWagonDerailed(Float:x, Float:x, Float:z, Float:speed); // If BCF runs at high speed, The Freight train can be Derailed OnFreightBoxCarDerailed(Float:x, Float:x, Float:z, Float:speed); // If BCG or CG runs high speed, The Freight train can be Derailed OnObjectFallingIntroRailwayTrack(Float:x, Float:x, Float:z); // If BCG runs at high speed, The Freight Train can be Derailed and the Object will falling intro track OnBogieOilTankWagonDerailed(Float:x, Float:x, Float:z Float:speed); // If BOT. runs at high speed, The Freight Train can be Derailed and Oil will be spilled OnBogieOilTankWagonExplode(Float:effect); // If Player shoot the BOT. the BOT will be explode