-
Posts
374 -
Joined
-
Last visited
Everything posted by ~Mr.Hassan
-
createMarker(385.34344,2032.22693,7.83594 ,"cylinder",255,255,255,255) addEventHandler( "onMarkerHit", myMarker, MarkerHit ) function MarkerHit() local model = getElementModel(source) if model == 0 then if (Dim and isElement(player) and getElementType(player) == "player") then setElementModel(thePlayer, 0) outputChatBox("You Now For Skin CJ",255,255,255,255) setTime(getElementModel,300000,5) elseif end end outputChatBox"Error ....",255,255,255,255) ----------------------- addEvent("Muscles", true) addEventHandler("Muscles", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)==0 then return end takePlayerMoney(source,100000) if setPedStat(source, 23, 999) then outputChatBox ( "You now own Muscles " ) elseif outputChatBox("You No Have Money") end end ) ------------------------------ addEvent("Skinny", true) addEventHandler("Skinny", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)== 0 then return end takePlayerMoney(source,50000) if setPedStat(source, 25, 999) then outputChatBox("You now own Skinny ") elseif outputChatBox("You No Have Money") end end ) -------------------------- addEvent("Paunch", true) addEventHandler("Paunch", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)== 0 then return end takePlayerMoney(source,75000) if setPedStat(source, 21, 999) then outputChatBox("You now own Paunch ") elseif outputChatBox("You No Have Money") end end ) -------------------------------------------- addCommandHandler("CJ",ss) function ss() outputChatBox("The Mod By HassanMeke Skype : z3im-mt2sm...") end -------------------------------------------------- addCommandHandler("scj",ss) function ss() outputChatBox("اذا تريد ان تاخذ شخصيه سي جي اذهب الى النقطه الحمراء في مدينه الملاهي والمس الدائره وستصبه بشخصيه سي جي ") end --------------------------------------------------------- Proplem : if setPedStat(source, 21, 999) then Do not give me muscles or abdomen or Skinny
-
ok createMarker(385.34344,2032.22693,7.83594 ,"cylinder",255,255,255,255) addEventHandler( "onMarkerHit", myMarker, MarkerHit ) function MarkerHit() if getElementType(source) 'Player' then setElementModel(thePlayer, 0) outputChatBox("You Now For Skin CJ",255,255,255,255) setTime(getElementModel,300000,5) elseif end end outputChatBox"Error ....",255,255,255,255) ----------------------- addEvent("Muscles", true) addEventHandler("Muscles", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)==0 then return end takePlayerMoney(source,100000) if setPedStat(source, 23, 999) then outputChatBox ( "You now own Muscles " ) elseif outputChatBox("You No Have Money") end end ) ------------------------------ addEvent("Skinny", true) addEventHandler("Skinny", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)== 0 then return end takePlayerMoney(source,50000) if setPedStat(source, 25, 999) then outputChatBox("You now own Skinny ") elseif outputChatBox("You No Have Money") end end ) -------------------------- addEvent("Paunch", true) addEventHandler("Paunch", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)== 0 then return end takePlayerMoney(source,75000) if setPedStat(source, 21, 999) then outputChatBox("You now own Paunch ") elseif outputChatBox("You No Have Money") end end ) -------------------------------------------- addCommandHandler("CJ",ss) function ss() outputChatBox("The Mod By HassanMeke Skype : z3im-mt2sm...") end -------------------------------------------------- addCommandHandler("scj",ss) function ss() outputChatBox("اذا تريد ان تاخذ شخصيه سي جي اذهب الى النقطه الحمراء في مدينه الملاهي والمس الدائره وستصبه بشخصيه سي جي ") end ---------------------------------------------------------
-
على شو راح اشكركم على كود ما ساعدتوني اكمله ولا على الاكواد الخطا الي تعطوني اياها
-
قال يساعدنا قال نروح على منتديات صغيره اشرف لنا المهم انهم يساعدو
-
المشكله لساتها حطات source بدالها
-
???????????
-
createMarker(385.34344,2032.22693,7.83594 ,"cylinder",255,255,255,255) addEventHandler( "onMarkerHit", myMarker, MarkerHit ) function MarkerHit() if getElemntType(source) 'Player' then setElementModel(thePlayer, 0) outputChatBox("You Now For Skin CJ",255,255,255,255) setTime(ElemntModel,300000,5) elseif end end outputChatBox"Error ....",255,255,255,255) ---------------------------------- addEvent("Muscles", true) addEventHandler("Muscles", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)== 0 then return end takePlayerMoney(source,100000) local stat = getPedStat( source, 23 ) if stat < 1000 then outputChatBox ( "You now own Muscles " ) elseif OutPutChatBox("You No Have Money") end ) ------------------------------ addEvent("Skinny", true) addEventHandler("Skinny", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)==0 then return end takePlayerMoney(source,50000) local stat = getPedStat( source, 25 ) if stat < 1000 then outputChatBox("You now own Skinny ") elseif OutPutChatBox("You No Have Money") end ) -------------------------- addEvent("Paunch", true) addEventHandler("Paunch", root, function ( ) outputChatBox ( "Only SKin CJ ( ID : 0)" ) if isElementModel(source)==0 then return end takePlayerMoney(source,75000) local stat = getPedStat( source, 21 ) if stat < 1000 then outputChatBox("You now own Paunch ") elseif OutPutChatBox("You No Have Money") end ) -------------------------------------------- addCommandHandler("CJ",ss) function ss() outputChatBox("The Mod By HassanMeke Skype : z3im-mt2sm...") end -------------------------------------------------- addCommandHandler("scj",ss) function ss() outputChatBox("Skin ... ") end --------------------------------------------------------- Well I've changed everything and I did not code runs I hope the solution ??
-
No No هو يبي ترايقؤ من السيرفر للكلينت بس معرف اعملها صعبه كثير
-
Wellcome i have proplem For Code [03:51:17] ERROR: Client ([...]111<+Pr1**<) triggered serverside event Paunch, but event is not added serverside Client GUIEditor = { button = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(207, 344, 115, 31, "Muscles 100000$", false) GUIEditor.button[2] = guiCreateButton(355, 344, 106, 33, "Skinny 50000$", false) GUIEditor.button[3] = guiCreateButton(485, 344, 111, 33, "Paunch 75000", false) GUIEditor.label[5] = guiCreateLabel(257, 180, 236, 19, "مود العضلات من قبل ...", false) end ) addEventHandler("onClientRender", root, function() dxDrawImage(172, 169, 456, 257, "progress.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(209, 212, 113, 129, "mus.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(358, 210, 103, 131, "n7ef.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(488, 209, 108, 132, "krs.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[1] then triggerServerEvent("Muscles",getLocalPlayer()) end end ) ----------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[2] then triggerServerEvent("Skinny",getLocalPlayer()) end end ) ------------------ addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[3] then triggerServerEvent("Paunch",getLocalPlayer()) end end ) ------------------------------------------------ ------------------------------------------------ guiSetVisible(GUIEditor_Window[1],false) bindKey("F5","down", function ( ) guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) Opens() end) Server ... addEvent("Muscles", true) addEventHandler("Muscles", root, function ( ) takePlayerMoney(source,100000) local stat = getPedStat ( getLocalPlayer(), 23 ) if stat < 1000 then outputChatBox ( "You now own Muscles " ) end ) ------------------------------ addEvent("Skinny", true) addEventHandler("Skinny", root, function ( ) takePlayerMoney(source,50000) local stat = getPedStat ( getLocalPlayer(), 25 ) if stat < 1000 then outputChatBox("You now own Skinny ") end ) -------------------------- addEvent("Paunch", true) addEventHandler("Paunch", root, function ( ) takePlayerMoney(source,75000) local stat = getPedStat ( getLocalPlayer(), 21 ) if stat < 1000 then outputChatBox("You now own Paunch ") end ) Thnx Bay
-
لساته نفس شيئ [04:41:23] ERROR: Client ([...]ErHaPe<+Pr0**<) triggered serverside event Paunch, but event is not added serverside اعتقد يبي triggerClientEvent بس معرف احطه
-
السلام عليكم انا اليوم عملت كود جسم وعضلات وكذا يعني المهم الكود الحين احطه المشكله انه ما يعطي الجسم الي ابيه يقلي لازم تحط الفنكش في الكلينت بس انا حاططله الكود الي ابيه في السيرفر ومعرف كيف اخلي فنكش كلنت لسيرفر المهم الكود كلينت : GUIEditor = { button = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(207, 344, 115, 31, "Muscles 100000$", false) GUIEditor.button[2] = guiCreateButton(355, 344, 106, 33, "Skinny 50000$", false) GUIEditor.button[3] = guiCreateButton(485, 344, 111, 33, "Paunch 75000", false) GUIEditor.label[5] = guiCreateLabel(257, 180, 236, 19, "مود العضلات من قبل ...", false) end ) addEventHandler("onClientRender", root, function() dxDrawImage(172, 169, 456, 257, "progress.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(209, 212, 113, 129, "mus.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(358, 210, 103, 131, "n7ef.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(488, 209, 108, 132, "krs.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[1] then triggerServerEvent("Muscles",getLocalPlayer()) end end ) ----------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[2] then triggerServerEvent("Skinny",getLocalPlayer()) end end ) ------------------ addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[3] then triggerServerEvent("Paunch",getLocalPlayer()) end end ) ------------------------------------------------ ------------------------------------------------ guiSetVisible(GUIEditor_Window[1],false) bindKey("F5","down", function ( ) guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) Opens() end) سيرفر addEvent("Muscles", true) addEventHandler("Muscles", root, function ( ) takePlayerMoney(source,100000) local stat = getPedStat ( getLocalPlayer(), 23 ) if stat < 1000 then outputChatBox ( "You now own Muscles " ) end ) ------------------------------ addEvent("Skinny", true) addEventHandler("Skinny", root, function ( ) takePlayerMoney(source,50000) local stat = getPedStat ( getLocalPlayer(), 25 ) if stat < 1000 then outputChatBox("You now own Skinny ") end ) -------------------------- addEvent("Paunch", true) addEventHandler("Paunch", root, function ( ) takePlayerMoney(source,75000) local stat = getPedStat ( getLocalPlayer(), 21 ) if stat < 1000 then outputChatBox("You now own Paunch ") end ) وابي كمان الزر ما يشتغل ابدا المشكله حطات الدي بق شوفو شو طلع [03:51:16] ERROR: Client ([...]11<+Pr1**<) triggered serverside event Skinny, but event is not added serverside [03:51:17] ERROR: Client ([...]111<+Pr1**<) triggered serverside event Paunch, but event is not added serverside
-
السكربت ما فيه ولا غلط بس هو ما يشتغل
-
انت قاعد شو تعمل تنسخ الكلام وتضحك
-
Wellcome ..... انا معي كود نوافذ بس عملته وما يشتغل ممكن تشوفوه الكلينت --[[------------------------------------------------- Notes: > This code is using a relative image filepath. This will only work as long as the location it is from always exists, and the resource it is part of is running. To ensure it does not break, it is highly encouraged to move images into your local resource and reference them there. --]]------------------------------------------------- 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) 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 ) addEventHandler ( "onClientGUIClick", root, function () 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 ) guiSetVisible(GUIEditor_Window[1],false) bindKey("F5","down", function ( ) guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) Opens() end) سيرفر 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 ) fixVehicle (veh) end end end ) -------------------------------------------------------------------- addEvent("King-Fo", true) addEventHandler("King-Fo", root, function ( ) if getElementType(player)=="player" then local style = setPlayerFightingStyle ( source, 6 ) end end end ) --------------------------------------- addEvent("BOXING", true) addEventHandler("BOXING", root, function ( ) if getElementType(player)=="player" then local style = setPlayerFightingStyle ( source, 4 ) end end end ) ---------------------------------------------------------- meta ... انا عم اعمل مود فيب لهيك عملت هذا الكود انه ما يركبه غير الي حاطط سيريالة function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end
-
Well you will translate text Dear Members i am working For I , am Server Race The compound acl and Panel For Admin Problem : On Join Server Worked Register Not Register Never On Started login Say:Write User Name and Pass How to write it and I did not after I register ؟؟ Not only this, and yet, it does not work any Maud Maud values not only do not appreciate black screen writing ...
-
ccw راح اكلم يخلي الباند على البيوس مستحيل يتغير السيريال لو تموت الي شيوفك كانك انت وهو اصدقاء عمر وراح يرد عليك
-
ههههههههههههههههههههه اول شيئ شو دخلكم انتو ذا لاسمه سي سي دبليو ثاني شيئ شو فيكم على رجال يمكن هو مو سي جي + شو فيكم عاملين نفسكم صاحبين ام تي اي ثالثا فيه طريقه تشيل منها الباند فقط هذا الباند مو باندات سيرفر وانا نسيانها برد عليك بعد ما اتذكرها
-
فهمت عليك بس شو يفيدنا بل الكود قصدي الصفر ذا والعدد السالب والعدد الموجب
-
شكرا لك بس مع ان انا جديد بل برمجه ما فهمت هذا الجذر والعدد الموجب ممكن تفهمني اياهم
-
السلام عليكم اريد شرح على كل انواع الماتش الا الماتش راندوم لاني عارفها لان الماتش مهمه بل برمجه + محتاج تشرحو لي الرياضيات
-
شو تبي بضبط + اطرح الكود كله لا تخاف ما راح يسرقوه + حتى لو سرقوه ما راح يعرفو يعدلوه وكمان المبرمجين الكبار شو راح يعملون فيه يصنعو قده عا 6 مائه مره