-
Posts
2,382 -
Joined
-
Last visited
-
Days Won
57
Everything posted by iMr.WiFi..!
-
^ انت مشاءالله ماتقصر ليش ماتجرب تخليه يحاول ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ والله طفشت من هالامثال , الطلب الاول فيه خطأ -- # Client addEventHandler("onClientRender",root,function ( ) triggerServerEvent("GetS",localPlayer) end) addEvent("GetP",true) addEventHandler("GetP",root,function ( Serial ) guiSetText ( Label, "Your Ping : ".. getPlayerPing ( localPlayer ) .."Your Serial : "..Serial ) end) -- # Server addEvent ( "GetSe", true ) addEventHandler ( "GetS", root,function ( ) local Serial = getPlayerSerial (source) triggerClientEvent ( source, "GetP", source, Serial ) end)
-
اجل مايفرق , اذا هم تعبو عالمودات وانت تعبت على مود واحد بيكون شيء بسيط وبيطلبوه بسعر رخيص او هم بيسوون بنفسهم
-
HostnaServ |Offers - عروض| Game Servers - TeamSpeak
iMr.WiFi..! replied to MhwwsGamer's topic in الاستضافات
يخوي عدل على موضوعك السابق مو تسوي 100000 موضوع وعرفنا انه في عروض هد طيب بس سوي موضوع وضيف عليه كومنت وقل انه وش الي صار -
1.75 -- هذا اشوفه حتى لو المود متعوب عليه وينزل شوي
-
اكواد ؟ ماحد فاضي لك يعطي لك كل هذي الاكواد
-
addEventHandler("onClientGUIClick",root, function () if ( source == button) and ( guiComboBoxGetSelected(comboBox) == true ) then local row = guiGridListAddRow (grid) guiGridListSetItemText (grid,row,1,"كلام الي تبيه لما يضغط الزر ويفتح عكومبو بوكس",false,false) end end )
-
هذا الكود شفته مليون مره شكلي لازم احفظه عشان الي يبيه تفضل كود اخر addEventHandler("onClientGUIClick",root, function() if ( source == GUIEditor.button[1] ) then local playerName = guiGridListGetItemText ( GUIEditor.gridlist[1], guiGridListGetSelectedItem ( GUIEditor.gridlist[1] ), 1 ) local amount = guiGetText(GUIEditor.edit[1]) if amount ~= " " then triggerServerEvent("Floos",localPlayer,playerName,amount) end end ) addEvent("Floos",true) addEventHandler("Floos",root,function ( Plr , Amm ) local Player = getPlayerFromName(Plr) if not isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)),aclGetGroup("Console")) then return end if getPlayerMoney(source) =< Amm then return outputChatBox("ليس لديك المال الكافي ",source,255,0,0,true) end if not tonumber(Amm) then return outputChatBox("الخانة ليست ارقاماً",source,255,0,0,true) end takePlayerMoney(source,tonumber(Amm)) givePlayerMoney(Player,tonumber(Amm)) outputChatBox("#ff0000*#ffff00[Admin]#ff0000 You Has Give #ffff00( " .. Player .. " #00ff00$#ffff00 ) Money ", source, 0, 150, 255, true) outputChatBox("#ff0000*#ffff00[Admin]#ff0000 *".. getPlayerName(source) .. " #ff0000Has Given you #FFFF00( " .. Player .. " #00ff00$#ffff00 ) Money #ff0000 !", Player, 255, 0, 0, true) end )
-
حدث اللعبة عاصدار 1.5.2 وبيشتغل معك انشاءالله
-
--Server Only local showtime = tonumber(get("chatbubbles.DefaultTime")) local characteraddition = tonumber(get("chatbubbles.PerCharacterAddition")) local maxbubbles = get("chatbubbles.MaxBubbles") if maxbubbles == "false" then maxbubbles = false else maxbubbles = tonumber(maxbubbles) end local hideown = get("chatbubbles.HideOwn") if hideown == "true" then hideown = true else hideown = false end function sendMessageToClient(message,messagetype) if not wasEventCancelled() then if messagetype == 0 or messagetype == 1 or messagetype == 2 then triggerClientEvent("onChatbubblesMessageIncome",source,message,messagetype) end end end function returnSettings() local settings = { showtime, characteraddition, maxbubbles, hideown } triggerClientEvent(source,"onBubbleSettingsReturn",getRootElement(),settings) end addEventHandler("onPlayerChat",getRootElement(),sendMessageToClient) addEvent("onAskForBubbleSettings",true) addEventHandler("onAskForBubbleSettings",getRootElement(),returnSettings) بدا بسيرفر ذا بس
-
^ قال عسريال -- Server function NoName () local Serial = getPlayerSerial ( v ) triggerClientEvent(root,"NoThing",root,Serial) end addEvent("NoThing",true) addEventHandler("NoThing",root,function ( Serial ) for k,v in ipairs(getElementsByType("player")) do local Row = guiGridListAddRow ( gridlist ) if Serial == "هنا حط سريالك " then guiGridListSetItemText ( gridlist, Row, 1,"MR.ÑÄÏF-MTa " , false, false ) else guiGridListSetItemText ( gridlist, Row, 1, getPlayerName ( v ):gsub("#%x%x%x%x%x%x", ""), false, false ) end end end )
-
تقدر توقف القيمة لين 30 الكود for i ,v in ipairs ( TableName ) do for i == 30 do break end end
-
بتوفيق , صلح الاخطاء الاملائية
-
مافي غير ذا الرد سوي الي قالك اياه , واذا انت منت مبرمج متوسط بطل الفكرة وسويلك مود اسهل من كذا
-
نفس الطريقة فالاسلحة بس قبل ما تسحب السلاح تستعمل ذا اليزوفل فنكشن : function getPedWeapons(ped) local playerWeapons = {} if ped and isElement(ped) and getElementType(ped) == "ped" or getElementType(ped) == "player" then for i=2,9 do local wep = getPedWeapon(ped,i) if wep and wep ~= 0 then table.insert(playerWeapons,{["id"] = wep, ["ammo"] = getPedTotalAmmo(ped,i) }) end end else return false end return playerWeapons end من ثم سوي الامنت داتا واذا طلع تحقق انه موجوده الالمنت ؟ اذا فيه سوي giveWeapon
-
المتطلبات : -- Client 'onClientGUIClick' guiGetText triggerServerEvent -- Server for getElementsByType givePlayerMoney --- المتطلبات : --Server createMarker --Event 'onMarkerHit' if getElementType triggerClientEvent --Event 'onMarkerLeave' if getElementType triggerClientEvent --Client guiSetVisible -- x2 showCursor -- x2 المتطلبات : --Server createMarker --Event 'onMarkerHit' if getElementType givePlayerMoney
-
تفضل بس المرات الجاية تتحسن مع الاكواد : --Client addEventHandler("onClientGUIClick",root,function ( ) if source == btn1 then triggerServerEvent("Accept:The:arrmour",localPlayer) elseif source == btn2 then triggerServerEvent("Accept:The:Hel",localPlayer) elseif source == btn3 then addEventHandler("onClientPlayerDamage",root,cancelEvent()) elseif source == btn4 then triggerServerEvent("Acc:My:Car",localPlayer,409) end end ) --Server Cars = {} addEvent("Accept:The:arrmour",true) addEventHandler("Accept:The:arrmour",root,function ( ) setPedArmor ( source, 100 ) end ) addEvent("Accept:The:Hel",true) addEventHandler("Accept:The:Hel",root,function ( ) setElementHealth ( source,100 ) end ) addEvent("Acc:My:Car",true) addEventHandler("Acc:My:Car",root, function ( ID ) local x,y,z = getElementPosition(source) Cars[source] = createVehicle(ID,x,y,z) end )
-
قال اكواد ما قال النافذة ,! ليه ماتجرب تحاول ؟
-
يخي يوزفل فنكشن تحط الفنكشن ثم متطلبات او الارقمنات
-
اكيد بيجيب اسم لاعبين فقط !
-
^ × ماجبت اللاعب addEventHandler("onClientGUIClick", root, function() local this = guiGridListGetItemText(GridName, guiGridListGetSelectedItem(GridName), 1) local thiss = getPlayerFromName(this) if source == button then setElementHealth(thiss,100) end end)
-
عيال بالعقل كيف نتفح ويندو ب guiSetVisible بمود اخر لازم addCommandHandler او شيء تاني معرف شو هو