وش الخطاء قصدي يكون ماركر خفية في منطقة سباون السياراة حق القروب اول ما يجيب السيارة تجيه تعديلات + لون بس و ش الخطا
local ColShape = createColSphere ( 46, 307.3, -36.2, 15 )
function onColShapeHit ( hitElement, matchingDimension )
if ( getElementType ( hitElement ) == "vehicle" ) then
upgrades[560] = {1138,1031,1033,1029,1170,1140}
setVehicleColor( 255, 0, 0 )
addVehicleUpgrade ( hitElement, 1010 )
setVehicleColor ( hitElement, 1010 )
end
end
addEventHandler ( "onClientColShapeHit", ColShape, onColShapeHit )
+ شرح للكلمات ( hitElement, matchingDimension )