addEventHandler ( "onClientGUIClick", resourceRoot, function ()
if ( source == takebu ) then
setElementData(localPlayer,'Job','Sniper Killer')
outputChatBox ("Go To The Blue Blip And Kill him with Sniper To Get 15000$",255,0,0, true)
guiSetVisible(snipwin, false )
showCursor( false )
triggerServerEvent("RanP",localPlayer)
end
end )
setTimer(function waste ( )
if ( killer ) and ( killer ~= localPlayer ) then
if getElementData(killer, "Job") == "Sniper Killer" then
destroyElement ( myBlip )
setElementData(localPlayer,'Job','')
takePlayerMoney (localPlayer, 15000 )
outputChatBox ("Your Lose Man !",255,0,0, true)
end, 5*60*1000 )
end
end
end
addEventHandler ( "onClientPlayerWasted", myPlayer, waste )
isTimer ( MiT )
killTimer ( MiT )
كذآ صح ؟