Jump to content

AL-SAYED

Members
  • Posts

    320
  • Joined

  • Last visited

Everything posted by AL-SAYED

  1. وقت الا اشيل guiSetAlpha ( b1 , 0.5 ) تصير ظاهرة واذا احطه ماتطلع الصورة
  2. ".." description=".." name=".." version="0.1" type="gamemode"/> مسوي نافذه مخفية
  3. الصور ما تطلع
  4. ASA2 = guiCreateStaticImage(226,52,200,169,"file/2.png",false,WWA) setElementData(ASA2, "tooltip-text", "POLICE", false ,WWA) guiSetAlpha(ASA2 ,0.5) ASA1 = guiCreateStaticImage(26,47,178,169,"file/3.png",false,WWA) setElementData(b1, "tooltip-text", "BALLAS", false ,WWA) guiSetAlpha(ASA1,0.5) ASA3 = guiCreateStaticImage(448,52,278,159,"file/1.png",false,WWA) setElementData(b3, "tooltip-text", "GROVE", false ,WWA) guiSetAlpha(ASA3 ,0.5) addEventHandler( "onClientMouseEnter", root, function () guiGetAlpha(ASA2 ) if alpha == 0.5 then guiSetAlpha ( ASA2 , 1 ) end end ) انا ابغي اذا دخل الماوس داخل الصورة تصير الوضوح كامل بس المشكله الصورة ما تطلع بالمرة
  5. viewtopic.php?f=161&t=54197
  6. تسسلم شنو استخدم اخلي اذا ضغط على البيد البيد يختفي ويروح اللاعب فريق الشرطة
  7. مو صورة قصدي ped ينزل من فوق ليس صورة GUI
  8. AL-SAYED

    طلب

    شباب شنو استخدم اذا بغيت اسوي اختيار فريق مثلا شلون اخلي بيد ينزل من فوق الى نص الشاشة واذا ضغط عليه اللاعب يصير في فريق
  9. [2013-02-06 17:34:55] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:34:55] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:34:55] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:34:56] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:34:56] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:35:04] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:35:05] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:35:05] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:35:05] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:36:16] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:36:18] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:36:18] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle' [2013-02-06 17:36:18] WARNING: new_shop\server.lua:275: Bad argument @ 'isPedInVehicle'
  10. function Repair(player) if isPedInVehicle(source) then if ( getPlayerMoney (source) >= 5000 ) then takePlayerMoney(source, 5000) fixVehicle(getPedOccupiedVehicle(source)) outputChatBox("Vehicle Successfully Fixed", source, 255, 255, 0, true) else outputChatBox("Not enough money.", source, 255, 0, 0, true) end else outputChatBox("You are not in a vehicle", source, 255, 0, 0, true) end end for k,v in ipairs(getElementsByType("player")) do bindKey(v, "k", "down", Repair ) end لما خليت كود التصليح يجي لي You are not in a vehicle
  11. [2013-02-06 16:13:19] WARNING: new_shop\server.lua:295: Bad argument @ 'bindKey'
  12. bindKey("R", "down", function() if isPedInVehicle(source) then if ( getPlayerMoney (source) >= 10000 ) then takePlayerMoney(source, 10000) rx, ry, rz = getVehicleRotation (getPedOccupiedVehicle(source)) setVehicleRotation (getPedOccupiedVehicle(source), rx +180, ry, rz +180) outputChatBox("Car Successfully fliped", source, 255, 255, 0, true) else outputChatBox("Not enough money.", source, 255, 0, 0, true) end else outputChatBox("You are not in a vehicle", source, 255, 0, 0, true) end end ) شلون اخليه يسوي يقلب السيارة
  13. شباب شلون اخلي bindKey على سيرفر مو كلنت ؟
  14. bindKey( 'F7', 'down', function( ) if not( i ) then Animation.createAndPlay( II1, Animation.presets.guiMove( 0, 0, 2000 ) ) showCursor( true ) else Animation.createAndPlay( II1, Animation.presets.guiMove( 242, 106, 2000 ) ) centerWindow ( II1, 1, 4 ) showCursor( false ) end i = not i end ) [2013-01-31 11:32:05] WARNING: new_shop\server.lua:182: Bad argument @ 'bindKey'
  15. addEventHandler("onClientGUIClick", root, function() if(source == J13) then triggerServerEvent("skin1",localPlayer) end end) addEventHandler("onClientGUIClick", root, function() if(source == J14) then triggerServerEvent("skin2",localPlayer) end end) addEventHandler("onClientGUIClick", root, function() if(source == J15) then triggerServerEvent("skin3",localPlayer) end end) addEventHandler("onClientGUIClick", root, function() if(source == J16) then triggerServerEvent("skin5",localPlayer) end end)
  16. الحين انا ابغي اذا اللاعب ضغط على الصورة يتغير واذا ضغط على نفس الصورة ما يصير يشتري و اذا ضغط صورة ثانية تنفتح الصورة ويقدر يشتريها مرة ثانية
  17. فيه مشكله ان اذا صار اللاعب يبدل السكن وبعدين رد يرجع الشكل الا قبله ما يصير
  18. شباب انا سويت صورة اذا ضغط عليه اللاعب اذا ضغط عليها تغير السكن ماله ابغي اذا ضغط عليها مرة ثانية ما يقدر يشتري
  19. شباب الحين انا سويت مبنى شلون احوله من صيغة c4d الى dff/col/txd
  20. انا سويت صور سلاح ابغي شلون اذا مر الماوس تطلع معلومات للسلاح واذا طلع عنه تختفي تدريجيا
  21. انا مسوي ازرار تحت واذا بدل القياس يختفون
×
×
  • Create New...