-
Posts
320 -
Joined
-
Last visited
Everything posted by AL-SAYED
-
وقت الا اشيل guiSetAlpha ( b1 , 0.5 ) تصير ظاهرة واذا احطه ماتطلع الصورة
-
".." description=".." name=".." version="0.1" type="gamemode"/> مسوي نافذه مخفية
-
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 ) انا ابغي اذا دخل الماوس داخل الصورة تصير الوضوح كامل بس المشكله الصورة ما تطلع بالمرة
-
[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'
-
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
-
[2013-02-06 16:13:19] WARNING: new_shop\server.lua:295: Bad argument @ 'bindKey'
-
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 ) شلون اخليه يسوي يقلب السيارة
-
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'
-
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)
-
الحين انا ابغي اذا اللاعب ضغط على الصورة يتغير واذا ضغط على نفس الصورة ما يصير يشتري و اذا ضغط صورة ثانية تنفتح الصورة ويقدر يشتريها مرة ثانية
-
فيه مشكله ان اذا صار اللاعب يبدل السكن وبعدين رد يرجع الشكل الا قبله ما يصير
-
شباب انا سويت صورة اذا ضغط عليه اللاعب اذا ضغط عليها تغير السكن ماله ابغي اذا ضغط عليها مرة ثانية ما يقدر يشتري
-
شباب الحين انا سويت مبنى شلون احوله من صيغة c4d الى dff/col/txd
-
bindKey
-
مشكورين King_Of_KsA Bhrany-danger
-
انا سويت صور سلاح ابغي شلون اذا مر الماوس تطلع معلومات للسلاح واذا طلع عنه تختفي تدريجيا
-
انا مسوي ازرار تحت واذا بدل القياس يختفون
