-
Posts
129 -
Joined
-
Last visited
Everything posted by LOAM
-
السلام عليكم شباب انا معايا هذه الكود عباره عن انك تاخد سياره من ماركر وراح تظهر علامه فى الخريطه وماركر عند العلامه والمفروض تسلم السياره عند المركر الى عند العلامه الى ظهرت فى الخريطه لما بروح اسلامها مش بيسحب السياره ولا يعطينى فلوس ------الكلنت local Marker1 = createMarker ( 1615.99597, -1506.97876, 13.20746 , "cylinder" , 1.5 , 255 , 0 , 255 , 150 ) Blip = createBlipAttachedTo ( Marker1 , 42 ) outputChatBox ( " now u have car Drugs " ) ---اللوحه addEventHandler("onClientMarkerHit",Marker1, function ( KillerProject ) if (getElementType (KillerProject) == "player") and (KillerProject == localPlayer) then local Team = getPlayerTeam(getLocalPlayer()) if Team and getTeamName(Team) == "Criminal" then guiSetVisible(GUIEditor.window[1],true) showCursor(true) exports["guimessages"]:outputClient("The window is showed...", 255, 255, 0,source) end end end ) addEventHandler("onClientGUIClick",root, function() if source == GUIEditor.button[1] then triggerServerEvent ("takecar",localPlayer) elseif source == GUIEditor.button[3] then triggerServerEvent ("takecar",localPlayer) elseif (source == GUIEditor.button[6]) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) end end ) addEvent ("CreateMarker",true) addEventHandler ("CreateMarker",root, function ( theCar ) Marker = createMarker ( 1607.87683, -1513.71655, 13.57542, "cylinder" , 2 , 255 , 0 , 255 , 255 ) Blip = createBlipAttachedTo ( Marker , 38 ) end ) addEventHandler ("onClientMarkerHit",root, function ( theCar ) if getElementType ( localPlayer ) == "vehicle" and isPedInVehicle ( localPlayer ) then if source == Marker then triggerServerEvent ( "GivePlayerMoney", localPlayer, theCar ) if isElement (Marker) then destroyElement ( Marker ) end if isElement (Blip) then destroyElement ( Blip ) end end end end ) ---السرفر addEvent("takecar",true) addEventHandler("takecar",root, function() theCar = createVehicle( 459 , 1604.86340, -1466.26294, 13.56293 ) warpPedIntoVehicle( client , theCar ) triggerClientEvent ( source , "CreateMarker" , source, theCar ) end ) addEvent ("GivePlayerMoney",true) addEventHandler ("GivePlayerMoney",root, function ( theCar ) givePlayerMoney ( client , 7000 ) outputChatBox (" you get 7,000k " , client ,0,255,0,true) if isElement ( theCar ) then destroyElement ( theCar ) end end ) وشكرا مقدما
-
اخى اشرف شكلك راجل طيب واسف انى هتعبك معايا ازاى اعمل صوت عند الضغط على زر فى اللوحه
-
الف شكرا اخى ممكن طل اخير اخى ازاى اعمل لوحه دى اكس تفتح ب زر
-
local marker={} function markerfunc(p) setElementHealth(p,100) givePlayerMoney(getElementData(source,'creator'),1000) end addCommandHandler('sethel',function(p) if isElement(marker[p]) then destroyElement(marker[p]) return end local x,y,z=getElementPosition(p) marker[p]=createMarker(x,y,z,1.5, 0, 255, 255, 150 ) setElementData(marker[p],'creator',p) addEventHandler('onMarkerHit',marker[p],markerfunc) end) بكتب sethel مش بيظهر ماركر ولا حاجا اخى
-
شكرا اخى بس بيطلع خطاء لما بركبه فى ملف الكلنت معا التيم سطرl local marker[p]=createMarker(x,y,z....) local markerSF2 = createMarker (-2675.5,634.5,14.5,"cylinder", 1.5, 25, 112, 255, 0 ) addEventHandler("onClientMarkerHit",markerSF2, --عند لمس الماركر المحدد function()--وظيفة addEventHandler("onClientRender",root,dxpanel)--تفتح اللوحة guiSetVisible( memo,true) guiSetVisible(Close,true) guiSetVisible(Join,true) showCursor(true) --نظهر الماوس end --نهاية الوظيفة )--نهاية قوس الحدث --------------------------------------------------------- local marker={} function markerfunc(p) setElementHealth(p,100) givePlayerMoney(getElementData(source,'creator'),1000) end addCommandHandler('sethel',function(p) if isElement(marker[p]) then destroyElement(marker[p]) return end local x,y,z=getElementPosition(p) local marker[p]=createMarker(x,y,z....) setElementData(marker[p],'creator',p) addEventHandler('onMarkerHit',marker[p],markerfunc) end) addEventHandler("onClientGUIClick",root, --عند الضغط على زر function()--وظيفة if source == Join then triggerServerEvent("JoinDoctor",localPlayer) outputChatBox("Now you Are A Doctor",0,255,255) removeEventHandler("onClientRender",root, dxpanel)--اغلاق اللوحة guiSetVisible(Close,false) guiSetVisible(Join,false) guiSetVisible( memo,false) showCursor(false)--اخفاء الماوس elseif (source == Close) then--ان كان الزر = زر الاغلاق removeEventHandler("onClientRender",root, dxpanel) --اغلاق اللوحة guiSetVisible(Close,false) guiSetVisible(Join,false) guiSetVisible( memo,false) showCursor(false)--اخفاء الماوس end--نهاية التحقق end--نهاية الوظيفة )--نهاية قوس الحدث 5 ??
-
اظهر ماركر وانا اكون واقف فى منتصف الماركر ويدخل الماركر وصحتو تزيد لحد ما يكتمل
-
شباب انا عملت تيم الدكتور بدى اعطى الناس صحه لما تكون صحتو ناقصه وشكرا
-
شباب انا بحمل لبس من على مواقع فى النت بس مش عارف اركبهم فى السرفر لما بفك الضغط على الرابط بيظهر ملفين مثل nrg500.dff nrg500.txd اعمل ايه تانى بعد ما استخرج الملفات دى وشكرا
-
شكرا اخى انا الان بجرب #Edit: ---------server -- useful function bool isPlayerInTeam ( player thePlayer [, team/string theTeam = nil ] ) function isPlayerInTeam(player, team) assert(isElement(player) and getElementType(player) == "player", "Bad argument 1 @ isPlayerInTeam [player expected, got " .. tostring(player) .. "]") assert((not team) or type(team) == "string" or (isElement(team) and getElementType(team) == "team"), "Bad argument 2 @ isPlayerInTeam [nil/string/team expected, got " .. tostring(team) .. "]") return getPlayerTeam(player) == (type(team) == "Criminal" and getTeamFromName(team) or (type(team) == "userdata" and team or (getPlayerTeam(player) or true))) end local Team = "Criminal" local Money = 5000 addEvent("givePlayerMoney",true) addEventHandler ("givePlayerMoney",root, function () if isPlayerInTeam(source,"Criminal") then givePlayerMoney ( source , Money ) outputChatBox("You get money 5000k from..ATM../..Hack",source,550,666,0,true) else outputChatBox("you can't hack...Criminal Job only can Hack",source,666,0,0,true) end end ) addEvent ( "onPlayerSendMoney", true) addEventHandler ( "onPlayerSendMoney", root, function ( plr , money ) local plr = getPlayerFromName ( plr ) local getM = getPlayerMoney ( source ) if getM == tonumber(money) then takePlayerMoney ( source , tonumber(money) ) givePlayerMoney ( plr , tonumber(money) ) end end )
-
شباب انا اريد كود مثلا انا عملت هكر مكينه المصرف عوز اول ما اعمل هاك واخذ الفلوس يجيلى محضر او محضرين الى انا احطه انا لو شرطى شافنى يمسكنى شكرا
