Jump to content

فاّرس

Members
  • Posts

    4,805
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by فاّرس

  1. ما قلت انه انا الي مسويه ذذ راجع نفسك يوم تحط الكود كأنك انت مسويه ! سو اقتباس لهذيك المشاركه وخلآص
  2. ^ آخر شيء افكر فيه إني ادفع فلوس, آتصدق ع الفقراء والمسآكين افضل لي, + اسمك حلو
  3. ما يحتاج كومآند,, يحط onClientGUIClick يروح الادمنيه ويعدل على زر start يسوي له ترايقر للسيرفر وبيطلع الكلام بالشات ؟؟ Console ولو أدمن شغل مود من الـ مم يسوي كومآند, + نآدرآ إن الادمن يشغله من اف8
  4. ما يحتاج كومآند,, يحط onClientGUIClick يروح الادمنيه ويعدل على زر start يسوي له ترايقر للسيرفر وبيطلع الكلام بالشات
  5. السلام عليكم ورحمه الله وبركاتهه,, ابي مود البيس مود 1.0 ما لقيتهه كل الروابط عطلانه,
  6. 'onResourceStart' outputChatBox getPlayerName
  7. ^ 100% ما فهم,, + ليه هو حاول عشان يعجز اصلآ ؟؟ + برستيج , هو اصلا ناسخه من الويكي وجايبه هنآ , هذي ما تعتبر محاوله , المفروض ما تعطيه الكود
  8. يا شباب حاولت شوفوا function setupForRace ( ) local RacerPed = createPed ( 252, 0, 0, 3 ) local RaceVehicle = createVehicle ( 411, 4, 0, 3 ) -- create a vehicle. warpPedIntoVehicle ( RacerPed, RaceVehicle ) -- warp the ped straight into the vehicle end addCommandHandler ( "startrace", setupForRace ) -- add a command to start race نسخته وجبته وش الخطأ ؟ هذي مشكلتكم
  9. فاّرس

    Player Money

    Humm,are you want the money showing in the label ?
  10. ^الحين هو معطيك الوظآئف وما سويتها كلها ؟ وبعدين لو جاك جاهز ما راح تطالع فيه اصلا على طول نسخ لصق , وعنآد حاط قانون , انت حاول , + الادمنيه موجوده رح شوفها
  11. ^ يعطيك الف الف عافيه ما قصرتت + كيف اخلي النقاط تجي بالتاب ؟
  12. السلام عليكم ورحمه الله وبركاته,, لآهنتم أبي : اذا قتلت واحد تصير لك نقطه , + اذا سجلت بالسيرفر يكون على سريالك أي احد يددخل بغير سريالك ياكل باند,, ويعطيكم العآفيهه مقدمآ
  13. didn't work, addEventHandler ( 'onPlayerJoin', root, isChatVisible = true function ( ) setTimer ( function ( ) if isChatVisible then showChat ( source,false ) isChatVisible = false end end,1000,1)) or addEventHandler ( 'onPlayerJoin', root, isChatVisible = true function ( ) setTimer ( function ( ) if isChatVisible then showChat ( source,false ) isChatVisible = false end end end,1000,1))
  14. Maybe problem in the button, open client and find the button, Ex... button = guiCreateButton(232,135,368,225,"Invite"false,window)
  15. Hello, i have problem in me code : addEventHandler("onClientPlayerJoin",root, isChatVisible = true setTimer(function() if isChatVisible then showChat ( false ) isChatVisible = false end end,1000,1)) not work !
  16. ^ اصلا ما يطلع بالشات ولا يعطيك فلوس... يعني زيآده مساحه بملف سيرفر
  17. من وين جبته؟ player في سطر 3 كآن player or source or root = not work
  18. ^ آيه عآرف,, + لا تآخذ المثآل اقرأ Syntax + Required Arguments
  19. function assignNewTeam ( source, commandName, teamName ) local theTeam = createTeam ( D ) -- create a new team with the specified name if theTeam then -- if it was successfully created setPlayerTeam ( source, theTeam ) -- add the player to the new team end end addCommandHandler ( "gimmeateam", assignNewTeam ) function unassignTeam ( source, commandName ) local theTeam = getPlayerTeam ( source ) -- Check if the player is on a team if theTeam then -- this player is on a team, so we can remove them from it setPlayerTeam ( source, nil ) -- remove the player from the current team end end addCommandHandler ( "takeawaymyteam", unassignTeam ) كوبي = بست
  20. function giveMoney(_, killer) if killer and getElementType(killer) == "player" then outputChatBox ( " Killed successfully", player, 255, 0, 0 , true ) givePlayerMoney(killer, 200) end end addEventHandler("onPedWasted", root, giveMoney) ما يشتغل ,,
  21. طيب آقدر آحدد عنصر وآحد من الجدول ؟ يعني لو افترضنآ انه جدول البيد,, يمديني احدد بيد واحد اخليه يكون معه سيارة آو...الخ
  22. This function can change an element's visibility. This does not work with all entities - vehicles, players and objects are exempt. This is because these objects are required for accurate sync (they're physical objects). local Marker = createMarker ( 1544.29223, -1354.51025, 328.47225, "cylinder",5, 255, 255, 255, 170 ); function Hit(player) if ( getElementType(player) == "player" ) then triggerClientEvent(player,"Ped",player) end end addEventHandler("onMarkerHit",Marker,Hit) peds = { {120, 1566.41735, -1259.45605, 277.8813, 160}, {17, 1555.38732, -1256.55517, 277.88281, 160}, {120, 1562.02270, -1257.09252, 277.88055, 160}, {120, 1567.18994, -1257.94104, 277.88076, 160}, {120, 1567.26599, -1227.53027, 277.87860, 160}, {120, 1573.79064, -1230.17395, 277.87701, 160}, {120, 1580.79064, -1230.18395, 277.87701, 160}, {120, 1500.40454, -1224.24951, 277.87976, 160} } addEvent("Ped",true) addEventHandler("Ped",root, function() for k,v in ipairs ( getElementsByType("ped",resourceRoot) ) do destroyElement(v) end for k,v in ipairs ( peds ) do createPed(v[1],v[2],v[3],v[4],v[5]) end end) يعطيك الف الف عآفيههه,, + جدول الماركرات كيف .؟ ^
  23. غريبةة !!! عندي يتكرر والله,, + لو سويت جدول ماركرات كذآ يشتغل ؟ Markers = { {902.95196,-3810.00244,-0.55000, "checkpoint",5, 0, 255, 0, 170 }, {836.29919,-3749.23046,-0.55000, "checkpoint",5, 0, 0, 255, 170}, {708.62615,-3855.13085,-0.55000, "checkpoint",5, 255, 0, 0, 170}, {993.61877,-3796.88793,10.31985, "ring",6, 0, 255, 0, 170}, {1131.90075,-3832.30273,7.55000, "ring",6, 255, 255, 0, 170}, {1187.44982,-3777.85327,7.55000, "ring",6, 0, 255, 0, 170} }
  24. ^ انت ما راح تشوفه يتكرر الا اذا ضربته + هذا الكود , local Marker = createMarker ( 1544.29223, -1354.51025, 328.47225, "cylinder",5, 255, 255, 255, 170 ); function Hit(player) if ( getElementType(player) == "player" ) then triggerClientEvent(player,"Ped",player) end end addEventHandler("onMarkerHit",Marker,Hit)
×
×
  • Create New...