11.02.2015, 16:05
(
Last edited by Midzi; 12/02/2015 at 03:22 PM.
)
Code:
SetDestructibleVehicles(bool:enable); SetDestructibleVehicle(vehicleid, bool:enable); IsVehicleDestructible(vehicleid); SetBirdsEnabled(bool:enable); SetBirdsEnabledForPlayer(playerid, bool:enable); SetCloudsEnabled(bool:enable); SetCloudsEnabledForPlayer(playerid, bool:enable); OnPlayerShootBird(playerid) // can be used for some games like: "Kill x birds" :D ----------------------- SetPlayerRaceCheckpoint(playerid, type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size); new type: 5 - corona ----------------------- CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay, plate[] = "XYZA123"); // Default plate for new vehicles ofc. Add plate[] parameter.