تأكد من احداثياتك و اللون والـ آلفـا لآني مآني عارف وش هم
local marker60 = createMarker ( 2827.3000488281,1367.5,10,"cylinder",3,252,249,2,25 )
function fixcar ( thePlayer )
if getElementType ( thePlayer ) == 'player' and isPedInVehicle ( thePLayer ) then
if getElementData ( thePlayer,'Group' ) ~= '[GHOST]' then return
outputChatBox( "#00ff00GHOST ONLY",thePlayer,255,255,255,true ) end
fixVehicle ( getPedOccupiedVehicle( thePlayer ) )
outputChatBox( "fixed",thePlayer,255,255,255,true )
end
end
addEventHandler( "onMarkerHit",marker60,fixcar )