-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
أنا شاريها من الموقع ذا http://www.kinguin.net/category/1293/battlefield-4-ea-origin-key/ الأسعار متقلبة مو ثابتة الحين سعرها 27 دولار بالنسبة للبقات هههه اول ما نزلت اللعبة تلقى قارب يمشي في الهواء ههه بس الحين تصلحت
-
حرام سعرها غالي 70 دولار باتل فيلد 3 جات مجان على اورجن اما انت شاريها ب 70 دولار؟ انا شاريها ب 31 دولار ضض باتفيلد 3 اذكر شريتها ب 10 دولار ------------------ بعض الصور لي و انا العب باتفيلد 4 http://i.imgur.com/nDOynVI.jpg http://i.imgur.com/iYTfdGM.jpg http://i.imgur.com/vlMfzss.jpg http://i.imgur.com/drs3oXP.jpg http://i.imgur.com/UoF02pM.jpg http://i.imgur.com/u5Mv3iw.jpg جالس اجرب المسدس في وضع التجريب ض1 http://i.imgur.com/e1ASiHR.jpg
-
موجود كود مثال في نفس الرابط ._.
-
onClientRender احذف الأفنت removeEventHandler
-
local vehicle = {} addEvent("GiveCar", true) addEventHandler("GiveCar", root, function(name) if isElement(vehicle[source]) then destroyElement(vehicle[source]) vehicle[source] = nil end local x, y, z = getElementPosition(source) vehicle[source] = createVehicle(getVehicleModelFromName(name), x, y, z) warpPedIntoVehicle(source, vehicle[source]) end) ------------- addEventHandler("onVehicleStartEnter", resourceRoot, function(player) local team = getPlayerTeam(player) local teamName = team and getTeamName(team) or "" if teamName ~= "No Team" then cancelEvent() outputChatBox("^^Only for the team [No Team]^^") else outputChatBox("^^Welcome to the car !!!!^^") end end) addEventHandler("onVehicleExplode", resourceRoot, function() setTimer(destroyElement, 3000, 1, source) end)
-
كيف يشتغل المود انا حملته ماعرفت اشغله موجود واحد غيره جرب https://community.multitheftauto.com/index.php?p=resources&s=details&id=4871
-
جرب addEvent("EndJobandStartJob", true) addEventHandler("EndJobandStartJob", root, function() local accountEndJob = getPlayerAccount(source) local team = getPlayerTeam(source) local teamName = team and getTeamName(team) or "" if not isPedInVehicle(source) then if (teamName ~= "Unemployed") then setAccountData(accountEndJob,"getMyOccupation", tostring(getElementData(source, "Job"))) setAccountData(accountEndJob,"getMySkin", getElementModel(source)) setAccountData(accountEndJob, "getMyTeam", teamName) local r, g, b = getPlayerNametagColor(source) setAccountData(accountEndJob, "getMyTagCouleur", toJSON({r, g, b})) setElementModel(source, 0) setClothes1() takeWeapon(source, 41) takeWeapon(source, 3) takeWeapon(source, 42) setPlayerTeam(source, unemployedTeam) setElementData(source, "Job", false) setPlayerNametagColor(source, 255, 255, 255) setAccountData(accountEndJob, "Job", tostring(getElementData(source, "Job"))) exports["TopBarChat"]:sendClientMessage("You Are Ended Your Shift !", source, 255, 200, 0) elseif (teamName == "Unemployed") then local getSkinMy = getAccountData(accountEndJob, "getMySkin") local getMyTeamS = getAccountData(accountEndJob, "getMyTeam") local getOccupation = getAccountData(accountEndJob, "getMyOccupation") local getTagC = fromJSON(getAccountData(accountEndJob, "getMyTagCouleur")) setElementModel(source, tonumber(getSkinMy)) setPlayerTeam(source, getTeamFromName(getMyTeamS)) outputChatBox("Your Team Has Been Changed To [ "..getMyTeamS.." ] For Testing ",source,0,255,0) setPlayerNametagColor(source, getTagC[1], getTagC[2], getTagC[3]) setElementData(source, "Job", getOccupation) exports["TopBarChat"]:sendClientMessage ("You Started Your Shift !",source, 255, 0, 0) end end end)
-
السيرفر طافي المهم حسب علمي كل موداتكم تبع جراند العرب معدل عليها و من ضمنها مودات تخصني تستخدمونها بدون اذني واضح الموضوع راح ينقلب هواش يعني يغلق افضل
-
My reply was ignored, any reason?
-
انا قلت لك لا تكرر بس الظاهر انك ما تبي تسمع الكلام اضافة إلى كل ذا الشرح آخر رد لك غير مفهوم ولا ادري وش تقول هه يغلق
-
إذا مود الأدمنية مو شغال ما راح يجي لك شي لان التسجيل موجود داخل مود الأدمنية
-
يا بطل لا تكرر ان كان الماركر مرتفع عن الأرض z نقص من احداثيات ولا تبي احد ياخذ كودك و ينقص عنك!؟
-
createMarker -- ذا عشان تسوي الماركر 'onMarkerHit' -- اربط الماركر بالأفنت هذا getElementType -- تحقق ان الي لمس الماركر لاعب getPedOccupiedVehicle -- تحقق ان كان اللاعب راكب سيارة setElementPosition -- إذا كان في سيارة انقل السيارة أن كان بدون سيارة انقل اللاعب نفسه
-
اسهل طريقة تقدر تسوي ليبل و تحطه في الصوره
-
ما فهمت غلط بس انت عدلت ردك كان ردك كيف اكتب على الزر
-
اتوقع وظيفة addAccount لا تحتاج صلاحيات لان الاسل بقروب واسل Default حاطين Function.addAccount = true <acl name="Default"> <right name="general.ModifyOtherObjects" access="false"/> <right name="general.http" access="false"/> <right name="command.start" access="false"/> <right name="command.stop" access="false"/> <right name="command.stopall" access="false"/> <right name="command.gamemode" access="false"/> <right name="command.changemode" access="false"/> <right name="command.changemap" access="false"/> <right name="command.stopmode" access="false"/> <right name="command.stopmap" access="false"/> <right name="command.skipmap" access="false"/> <right name="command.restart" access="false"/> <right name="command.refresh" access="false"/> <right name="command.refreshall" access="false"/> [size=8]<right name="command.addaccount" access="false"/>[/size] <right name="command.delaccount" access="false"/> <right name="command.debugscript" access="false"/> <right name="command.chgpass" access="false"/> <right name="command.loadmodule" access="false"/> <right name="command.upgrade" access="false"/> <right name="command.mute" access="false"/> <right name="command.crun" access="false"/> <right name="command.srun" access="false"/> <right name="command.run" access="false"/> <right name="command.unmute" access="false"/> <right name="command.kick" access="false"/> <right name="command.ban" access="false"/> <right name="command.banip" access="false"/> <right name="command.unbanip" access="false"/> <right name="command.reloadbans" access="false"/> <right name="command.shutdown" access="false"/> <right name="command.install" access="false"/> <right name="command.aexec" access="false"/> <right name="command.whois" access="false"/> <right name="command.whowas" access="false"/> <right name="function.executeCommandHandler" access="false"/> <right name="function.setPlayerMuted" access="false"/> [size=8]<right name="function.addAccount" access="false"/>[/size] <right name="function.addBan" access="false"/> <right name="function.removeBan" access="false"/> <right name="function.removeAccount" access="false"/> <right name="function.setAccountPassword" access="false"/> <right name="function.kickPlayer" access="false"/> <right name="function.banIP" access="false"/> <right name="function.banPlayer" access="false"/> <right name="function.banSerial" access="false"/> <right name="function.getBansXML" access="false"/> <right name="function.unbanIP" access="false"/> <right name="function.unbanSerial" access="false"/> <right name="function.reloadBans" access="false"/> <right name="function.setServerPassword" access="false"/> <right name="function.getServerPassword" access="false"/> <right name="function.callRemote" access="false"/> <right name="function.fetchRemote" access="false"/> <right name="function.startResource" access="false"/> <right name="function.stopResource" access="false"/> <right name="function.restartResource" access="false"/> <right name="function.createResource" access="false"/> <right name="function.copyResource" access="false"/> <right name="function.addResourceMap" access="false"/> <right name="function.addResourceConfig" access="false"/> <right name="function.removeResourceFile" access="false"/> <right name="function.setResourceDefaultSetting" access="false"/> <right name="function.removeResourceDefaultSetting" access="false"/> <right name="function.redirectPlayer" access="false"/> <right name="function.aclReload" access="false"/> <right name="function.aclSave" access="false"/> <right name="function.aclCreate" access="false"/> <right name="function.aclDestroy" access="false"/> <right name="function.aclSetRight" access="false"/> <right name="function.aclRemoveRight" access="false"/> <right name="function.aclCreateGroup" access="false"/> <right name="function.aclDestroyGroup" access="false"/> <right name="function.aclGroupAddACL" access="false"/> <right name="function.aclGroupRemoveACL" access="false"/> <right name="function.aclGroupAddObject" access="false"/> <right name="function.aclGroupRemoveObject" access="false"/> <right name="function.refreshResources" access="false"/> <right name="function.setServerConfigSetting" access="false" /> <right name="function.updateResourceACLRequest" access="false" /> <right name="command.aclrequest" access="false" /> </acl> واضح سطر 16 و 39 ولا يحتاج تكبير ض1 شكلك معدل على الأسل عندك
