لقيت هالفنكشن,
function onMrWhoopeeEnter ( car7, seat, jackedPlayer )
outputChatBox ( getPlayerName ( car7 ) .. " stole the Whoopee!", getRootElement(), 255, 0, 0 )
-- create the marker to attach
local arrowMarker = createMarker ( 0, 0, 0, "arrow", .75, 255, 0, 0, 170 )
-- attach the marker to the player with a vertical offset of 2 units
attachElements ( arrowMarker, car7, 0, 0, 2 )
end
هذا هو؟