
i S6O
Members-
Posts
437 -
Joined
-
Last visited
Everything posted by i S6O
-
هههههههههههههههههههههههههههههههههههههههههه مخفهه
-
الله يوفقك ,, مبدع
-
جرب ديبوق سكربت مايقول شيء ذحين --ClientSide GUIEditor = { button = {}, window = {}, staticimage = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(275, 39, 288, 447, "[VIP] By....", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible(GUIEditor.window[1],false) GUIEditor.staticimage[1] = guiCreateStaticImage(9, 17, 269, 420, "vip.png", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(8, 13, 78, 39, "infernus", false, GUIEditor.staticimage[1]) GUIEditor.button[2] = guiCreateButton(176, 13, 78, 39, "Bullet", false, GUIEditor.staticimage[1]) GUIEditor.button[3] = guiCreateButton(176, 124, 78, 39, "Maverick", false, GUIEditor.staticimage[1]) GUIEditor.button[4] = guiCreateButton(10, 124, 78, 39, "NRG-500", false, GUIEditor.staticimage[1]) GUIEditor.button[5] = guiCreateButton(6, 343, 78, 39, "FixCar", false, GUIEditor.staticimage[1]) GUIEditor.button[6] = guiCreateButton(6, 231, 78, 39, "King-Fo", false, GUIEditor.staticimage[1]) GUIEditor.button[7] = guiCreateButton(172, 343, 78, 39, "Nitro", false, GUIEditor.staticimage[1]) GUIEditor.button[8] = guiCreateButton(172, 231, 78, 39, "BOXING", false, GUIEditor.staticimage[1]) end ) addEventHandler("onClientRender", root, function() dxDrawLine(329, 127, 382, 134, tocolor(255, 255, 255, 255), 1, false) end ) function onClickbuttons ( ) if source == GUIEditor.button[1] then triggerServerEvent("infernus",getLocalPlayer()) elseif source == GUIEditor.button[2] then triggerServerEvent("Bullet",getLocalPlayer()) elseif source == GUIEditor.button[3] then triggerServerEvent("Maverick",getLocalPlayer()) elseif source == GUIEditor.button[4] then triggerServerEvent("NRG-500",getLocalPlayer()) elseif source == GUIEditor.button[5] then triggerServerEvent("FixCar",getLocalPlayer()) elseif source == GUIEditor.button[6] then triggerServerEvent("King-Fo",getLocalPlayer()) elseif source == GUIEditor.button[7] then triggerServerEvent("Nitro",getLocalPlayer()) elseif source == GUIEditor.button[8] then triggerServerEvent("BOXING",getLocalPlayer()) end end addEventHandler ( "onClientGUIClick", root, onClickbuttons ) bindKey ( "F3", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) end ) --ServerSide addEvent("infernus", true) addEventHandler("infernus", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(411, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end --------------------------------------------------- addEvent("Bullet", true) addEventHandler("Bullet", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(541, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end ----------------------------------------------------------------- addEvent("Maverick", true) addEventHandler("Maverick", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(487, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end --------------------------------------------------------------- addEvent("Maverick", true) addEventHandler("Maverick", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(487, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end ----------------------------------------------------------------- addEvent("NRG-500", true) addEventHandler("NRG-500", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(522, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end ----------------------------------------------------------------- addEvent("FixCar", true) addEventHandler("FixCar", root, function (player) local veh = getPedOccupiedVehicle (player) if ( veh ) then fixVehicle (veh) end end ) -------------------------------------------------------------------- addEvent("King-Fo", true) addEventHandler("King-Fo", root, function ( ) if getElementType(player)=="player" then local style = setPlayerFightingStyle ( source, 6 ) end end ) --------------------------------------- addEvent("BOXING", true) addEventHandler("BOXING", root, function ( ) if getElementType(player)=="player" then local style = setPlayerFightingStyle ( source, 4 ) end end ) ----------------------------------------------------------
-
تمت الافادة يغلق < Thx Husain-[25]~ Mr.R shwaeki
-
الي ابي اسويه ان اذا فلوس الاعب + اكثر من 30 الف يصير لون الروات الي في عمود اخضر واذا اقل من 30 الف يصير لون الروات الي في عمود احمر نص الاكواد ماخذها من سكربت قديم لقيته وقليت نفس الفكره لكن قلت اطورها
-
سويت الي قلته وماصار شيء راح خطأ الديبوق لكن باقي ماصار لون للقريد لسيت + انا ابيه لـ عمود معين
-
ERROR: Loading script failed: .. S.lua:27:''expected near '(' ERROR: Loading s... C.lua: 142: '(' expected near'onUp'
-
♯ / (JaM3A / Al QowaT) Shelby قريب علي جامعة و القوات فورد
i S6O replied to terreus's topic in Arabic / العربية
الله يعينك توب التوب السيارة بالتوفيقق -
!! 1234 ,, رقم مميز مشاء الله
-
Where Big here / وين الخطاء هنا -- Client Side GridList = guiCreateGridList(9, 20, 183, 248, false, Window) guiGridListAddColumn(GridList, "vehicle", 0.5) guiGridListAddColumn(GridList, "$ money", 0.5) Vehilce = { { "v1",30000}, { "V2",50000}, } for i, v in ipairs ( Vehilce ) do row = guiGridListAddRow(GridList) guiGridListSetItemText ( GridList, row, 1, v [ 1 ], false, false ) guiGridListSetItemText ( GridList, row, 2, v [ 2 ], false, false ) end function onUp ( ) guiGridListSetItemColor(GridList, row, 2, 0, 255, 0, 0) end addEvent( "onUpMoney", true ) addEventHandler( "onUpMoney", localPlayer, onUp ) function onDown ( ) guiGridListSetItemColor(GridList, row, 2, 0, 255, 0, 255) end addEvent( "onDownMoney", true ) addEventHandler( "onDownMoney", localPlayer, onDown ) -- Server Side function GetAllMoney ( ) local playername = getPlayerName ( source ) if ( getPlayerMoney ( source ) >=30000 ) then triggerClientEvent ( source,"onUpMoney",source ) elseif ( getPlayerMoney ( source ) <=30000 ) then triggerClientEvent ( source,"onDownMoney",source ) end end debugscript - side nothing / الديبوق سكربت مايقول شيء edit / عدلته المشكلة مايغير لون الرو بالقريد لسيت
-
سكربت رائع ي مبدع , مشكور ع الاهداء
-
Work 100% marker1 = createMarker (1130.7760009766,-870.98834228516,42.390625, "cylinder", 2, 244 , 87, 10, 255 ) addEventHandler ( "onMarkerHit", marker1, function ( player ) local team = getPlayerTeam( player ) if team then if getTeamName(team) == "max" then setElementHealth ( player, 100 ) setPedArmor ( player, 100 ) setPedSkin ( player, 230 ) else outputChatBox ( "يجب ان تكون في فريق Max", player, 244 , 87, 10, true ) end end end )
-
ما شاء الله عليه
-
تسلم على مرورك الجميل
-
جرب function drawPlay ( ) dxDrawLine(358, 454, 358, 480, tocolor(255, 255, 255, 255), 2, true) dxDrawImage(267, 163, 258, 23, "S1.png", 0, 0, 0, tocolor(23, 28, 142, 255), true) dxDrawLine(267, 163, 524, 163, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(268, 197, 525, 196, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(267, 185, 267, 163, tocolor(23, 87, 141, 255), 4, true) dxDrawText("=|ط·آ³ط¸ئ’ط·آ±ط·آ¨ط·ع¾ ط·آ§ط¸â€ط¸â€ڑط¸ث†ط·آ§ط¸â€ ط¸ظ¹ط¸â€ , ط¸…ط·آ·ط¸ث†ط·آ± DX |=", 282, 163, 501, 185, tocolor(255, 255, 255, 255), 1, "default", "center", "top", true, false, true, false, false) dxDrawLine(267, 186, 524, 185, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(258, 197, 531, 196, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(258, 196, 259, 498, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(535, 196, 536, 504, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(258, 500, 532, 500, tocolor(23, 87, 141, 255), 4, true) dxDrawImage(258, 196, 0, 0, "S1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawImage(261, 201, 272, 297, "S1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawText("ط·آ³ط·آ¨ ط¸ث† ط·آ´ط·ع¾ط¸… = ط¸…ط¸ظ¹ط¸ث†ط·ع¾ 10 ط·آ¯ط¸â€ڑط·آ§ط·آ¦ط¸â€ڑ", 306, 210, 449, 226, tocolor(163, 157, 0, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط·آ§ط¸â€ط¸â€ ط·آ´ط·آ± = ط·آ¨ط·آ§ط¸â€ ط·آ¯ ط¸…ط·آ¤ط·آ¨ط·آ¯", 333, 236, 476, 252, tocolor(163, 0, 0, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-1", 481, 206, 624, 233, tocolor(255, 255, 255, 255), 1, "default", "left", "center", false, false, true, false, false) dxDrawText("-2", 433, 235, 576, 262, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-3", 472, 262, 615, 289, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط·آ¹ط·آ¯ط¸… ط¸…ط·آ³ط·آ§ط·آ¹ط·آ¯ط·آ© ط·آ§ط¸â€ط·آ²ط¸ث†ط·آ§ط·آ± = ط·آ³ط·آط·آ¨ ط·آ§ط¸â€ط·آ±ط·ع¾ط·آ¨ط¸â€،", 280, 262, 423, 278, tocolor(161, 84, 1, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-4", 486, 294, 629, 321, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط·آ§ط¸â€ط·آ¹ط¸â€ ط·آµط·آ±ط¸ظ¹ط·آ© ط·آ§ط¸ث† ط·آ§ط¸â€ط·ع¾ط¸ئ’ط·آ¨ط·آ± = ط¸…ط¸ظ¹ط¸ث†ط·ع¾ 30 ط·آ¯ط¸â€ڑط¸ظ¹ط¸â€ڑط¸â€،", 290, 293, 433, 309, tocolor(163, 0, 0, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط·آ·ط¸â€ط·آ¨ ط·آ±ط·ع¾ط·آ¨ط¸â€، = ط¸…ط¸ظ¹ط¸ث†ط·ع¾ 10 ط·آ¯ط¸â€ڑط·آ§ط·آ¦ط¸â€ڑ", 338, 370, 481, 386, tocolor(161, 84, 1, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط·آ§ط¸â€ط·ع¾ط¸â€،ط·آ¯ط¸ظ¹ط·آ¯ = ط·آ§ط¸â€ط¸â€ڑط·آ±ط·آ§ط·آ± ط·آ¨ط¸ظ¹ط·آ¯ ط·آ§ط¸â€ط¸ئ’ط¸ث†ط¸â€ ط·آ³ط¸â€", 328, 331, 471, 347, tocolor(163, 157, 0, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-6", 496, 369, 639, 396, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-5", 486, 333, 629, 360, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط·آ§ط¸â€ط·ع¾ط¸â€،ط·آ§ط¸ث†ط·آ´ ط·آ¨ط¸ظ¹ط¸â€ ط·آ§ط·آ¯ط¸…ط¸â€ ط¸ظ¹ط¸â€ = ط·آ³ط·آط·آ¨ ط·آ±ط·ع¾ط·آ¨ط¸â€،ط¸… ط·آ§ط¸â€ط·آ§ط·آ«ط¸â€ ط¸ظ¹ط¸â€ ط¸â€،ط¸…", 268, 402, 411, 418, tocolor(161, 84, 1, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-7", 515, 396, 658, 423, tocolor(255, 255, 255, 255), 1, "default", "left", "center", false, false, true, false, false) dxDrawLine(358, 452, 452, 452, tocolor(224, 245, 0, 255), 2, true) dxDrawLine(358, 480, 452, 480, tocolor(224, 245, 0, 255), 2, true) dxDrawLine(452, 454, 452, 480, tocolor(224, 245, 0, 255), 2, true) dxDrawLine(358, 452, 358, 478, tocolor(224, 245, 0, 255), 2, true) end function draw1 ( ) dxDrawLine(358, 454, 358, 480, tocolor(255, 255, 255, 255), 2, true) dxDrawImage(267, 163, 258, 23, "S1.png", 0, 0, 0, tocolor(23, 28, 142, 255), true) dxDrawLine(267, 163, 524, 163, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(268, 197, 525, 196, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(267, 185, 267, 163, tocolor(23, 87, 141, 255), 4, true) dxDrawText("=|ط·آ³ط¸ئ’ط·آ±ط·آ¨ط·ع¾ ط·آ§ط¸â€ط¸â€ڑط¸ث†ط·آ§ط¸â€ ط¸ظ¹ط¸â€ , ط¸…ط·آ·ط¸ث†ط·آ± DX |=", 282, 163, 501, 185, tocolor(255, 255, 255, 255), 1, "default", "center", "top", true, false, true, false, false) dxDrawLine(267, 186, 524, 185, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(258, 197, 531, 196, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(258, 196, 259, 498, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(535, 196, 536, 504, tocolor(23, 87, 141, 255), 4, true) dxDrawLine(258, 500, 532, 500, tocolor(23, 87, 141, 255), 4, true) dxDrawImage(258, 196, 0, 0, "S1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawImage(261, 201, 272, 297, "S1.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) dxDrawText("ط¸â€ط¸â€ط·آط·آµط¸ث†ط¸â€ ط·آ¹ط¸â€ط¸‰ ط·آ§ط¸â€ط·آ±ط·ع¾ط·آ¨ط¸â€، ط·آ·ط·آ¨ط¸â€ڑ ط¸…ط·آ§ ط¸ظ¹ط¸â€ط¸ظ¹ :-", 300, 207, 443, 223, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط¸â€ ط·آ´ط·آ± ط·آ§ط¸â€ط·آ³ط¸ظ¹ط·آ±ط¸ظ¾ط·آ±", 339, 236, 482, 252, tocolor(23, 87, 141, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-1", 425, 233, 570, 261, tocolor(255, 255, 255, 255), 1, "default", "left", "center", false, false, true, false, false) dxDrawText("-2", 472, 262, 615, 289, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط¸…ط·آ³ط·آ§ط·آ¹ط·آ¯ط·آ© ط·آ§ط¸â€ط·آ²ط¸ث†ط·آ§ط·آ± ط¸ث†ط·آ§ط¸â€ط¸…ط·آط·ع¾ط·آ§ط·آ¬ط¸ظ¹ط¸â€ ", 305, 263, 448, 279, tocolor(161, 84, 1, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-3", 443, 292, 586, 319, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("ط¸…ط·آ±ط·آ§ط¸â€ڑط·آ¨ط¸â€، ط·آ§ط¸â€ط·آ´ط·آ§ط·ع¾", 290, 293, 433, 309, tocolor(163, 0, 0, 255), 1, "default", "right", "top", false, false, true, false, false) dxDrawLine(358, 452, 452, 452, tocolor(211, 0, 0, 255), 2, true) dxDrawLine(358, 480, 452, 480, tocolor(211, 0, 0, 255), 2, true) dxDrawLine(452, 454, 452, 480, tocolor(211, 0, 0, 255), 2, true) dxDrawLine(358, 452, 358, 478, tocolor(211, 0, 0, 255), 2, true) dxDrawText("-1", 425, 233, 570, 261, tocolor(255, 255, 255, 255), 1, "default", "left", "center", false, false, true, false, false) dxDrawText("-2", 472, 262, 615, 289, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("-3", 443, 292, 586, 319, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) end local opened = false function Open ( ) if opened then removeEventHandler ( "onClientRander", root,drawPlay) showCursor ( false ) opened = false guiSetVisible ( GUIEditor.button[1],false ) guiSetVisible ( GUIEditor.button[2],false ) else addEventHandler ("onClientRander", root , draw1) showCursor ( true ) opened = true guiSetVisible ( GUIEditor.button[1],true ) guiSetVisible ( GUIEditor.button[2],true ) end end bindKey ("F10", "down", Open ) guiSetVisible ( GUIEditor.button[1],false ) guiSetVisible ( GUIEditor.button[2],false ) GUIEditor = { button = {}, } GUIEditor.button[1] = guiCreateButton(358, 452, 93, 29, "ط·آ§ط¸â€ط·ع¾ط·آ§ط¸â€ط¸ظ¹", false) GUIEditor.button[2] = guiCreateButton(358, 452, 93, 29, "ط·آ§ط¸â€ط·آ³ط·آ§ط·آ¨ط¸â€ڑ", false) function Buttons () if source == GUIEditor.button[1] then addEventHandler ( "onClientRender",root,drawPlay ) removeEventHandler ( "onClientRender",root,draw1 ) guiSetVisible(GUIEditor.button[1] , false) guiSetVisible ( GUIEditor.button[2],true ) elseif source == GUIEditor.button[2] then removeEventHandler ( "onClientRender",root,drawPlay ) addEventHandler ( "onClientRender",root,draw1 ) guiSetVisible(GUIEditor.button[1] , true) guiSetVisible ( GUIEditor.button[2], false) end end addEventHandler ( "onClientGUIClick",root,Buttons )
-
مشكور على مرورك *
-
, !! Click كود غلط : مايجي ليبل فيه حدث
-
بـ التوفيق
-
, اخوي هذا قسم تعلم برمجه , ليس طلب سكربتات جاهزه راجع قسم المساهمات يمكن تحصل نفس سكربت هنا
-
لحد يهايط بعد الآن - الجيش الذي لايقهر - اضخم جيش بالعالم
i S6O replied to </Mr.Tn6eL>'s topic in Arabic / العربية
حشيش فاخر