Jump to content

MR.S3D

Members
  • Posts

    732
  • Joined

  • Last visited

Everything posted by MR.S3D

  1. use this in server side to freeze toggleAllControls ( client, false, true, false ) unfreeze toggleAllControls ( client, true, true, false )
  2. server side to freeze setPedFrozen( client, true ) toggleAllControls( client, false ) unfreeze setPedFrozen( client, false ) toggleAllControls( client, true) toggleControl ( client,"chatbox", true ) -- enable chat
  3. الله يعافيك حياك في أي وقت
  4. وأنا ودي اساعدك لكن مو فاضي ان شاء الله تلاقي أحد فاضي يساعدك
  5. server side to freeze setPedFrozen( client, true ) toggleAllControls( client, false ) unfreeze setPedFrozen( client, false ) toggleAllControls( client, true)
  6. خذ الكود مره ثانية كتبته بسرعه من دون لا ألاحظ -- server side Vh = {} addEvent("getCar", true) addEventHandler("getCar", getRootElement(), function () local playerMoney = getPlayerMoney(source) if playerMoney >= 25000 then local x, y, z = getElementPosition (source) if Vh[source] and isElement(Vh[source]) then destroyElement(Vh[source]) Vh[source] = nil end takePlayerMoney (source,25000) Vh[source] = createVehicle ( 413, x, y, z ) if Vh[source] then setVehicleColor( Vh[source], math.random( 255 ), math.random( 255 ), math.random( 255 ) ) warpPedIntoVehicle(source, Vh[source]) outputChatBox("#070707#0099ccThis car for you#ff0000 only",source,0,255,0,true) end else outputChatBox(" >>#070707#0099ccYou'r Not Have #070707>>#FF000025000$ !",source,255,0,0,true) end end ) addEventHandler( 'onPlayerQuit', root, function() if Vh[source] and isElement(Vh[source]) then destroyElement(Vh[source]) Vh[source] = nil end end) addEventHandler ( "onVehicleExplode", root, function ( ) setTimer( destroyElement, 2000, 1, source ) end )
  7. -- server side Vh = {} addEvent("getCar", true) addEventHandler("getCar", getRootElement(), function () local playerMoney = getPlayerMoney(source) if playerMoney >= 25000 then local x, y, z = getElementPosition (source) if Vh[source] and isElement(Vh[source]) then destroyElement(Vh[source]) Vh[source] = nil end takePlayerMoney (source,25000) Vh[source] = createVehicle ( 413, x, y, z ) if Vh[source] then setVehicleColor( Vh[source], math.random( 255 ), math.random( 255 ), math.random( 255 ) ) warpPedIntoVehicle(source, Vh[source]) outputChatBox("#070707#0099ccThis car for you#ff0000 only",source,0,255,0,true) end else outputChatBox(" >>#070707#0099ccYou'r Not Have #070707>>#FF000025000$ !",source,255,0,0,true) end end ) addEventHandler( 'onPlayerQuit', root, function() if Vh[source] and isElement(Vh[source]) then destroyElement(Vh[source]) Vh[source] = nil end end)
  8. انا عشان ما اكثر مواضيع ! ولا تبي كل دقيقه وانا فاتح موضوع ؟! عشان مكتوب ميوت وتم الأفادة محد يدري أنك طلبت عن السيارات
  9. الموضوع عن الميوت وش دخله في السيارت؟
  10. ما أتوقع أحد يصممه لك إلا بمقابل مادي مافيه أحد بيعطيك شي جاهز من دون مقابل ودي أخدمك لكن حاليا مو فاضي دور أحد يصمم لك بقابل تحياتي
  11. acl اسامه يالغلا , انا مابي سريال ابي في قايلك يأ اسامه مايبي سيريال طولت الموضوع على فاضي قولي يالغالي وش تبيه وانا اسويه لك
  12. خلاص ماشي ياسيد ولاتزعل طريقة السيريال هي الأفضل
  13. أفضل طريقة من حيث الأمان هي : السسريآل | الحساب ممكن يُخترق # ههههههههههههههههههههههههههههههههههه ياحليلك والله جبت شي مره حلو من الهكر اللي فاضي يدخل الماركر الهكر يهكر السيرفر ويمشي
  14. تقدر تسويه على اسم حسابه مو شرط السيريال حقه وفي اكثر من طريقة
  15. ماطلب السيريال هو
  16. marker = createMarker(1698.8289, 443.2510, 1281.71423, "cylinder", 1.3, 255, 0, 0, 153) addEventHandler("onMarkerHit", marker, function (player) if getElementType(player)~="player" or isPedInVehicle(player) then return end local acc = getPlayerAccount(player) local accName = getAccountName( acc ) if not isGuestAccount ( acc ) then then if isObjectInACLGroup("user."..accName, aclGetGroup("Everyone")) then outputChatBox("#FF0000* #FFF000This House Only For '#FF6600Manster#FFF000'", player, 255, 255, 0, true) else outputChatBox("#FF0000* #FFF000Welcome "..getPlayerName(player).."", player, 255, 255, 0, true) setElementPosition(player, 1832, 452, 5.9) setElementInterior(player, 0) end end end )
  17. تسلم سورا عالطرح مود أكثر من رائع ولكن تنبيه ممكن أن تركبه سيرفرك ويتم استخدام المود في تهكير السيرفر ض1 تحياتي
  18. Hello guys This is tag script and censor of bad words, it will simply add a tag behind the players name in the chat for example: [ Moderator ] MR.S3D: Hello. I have made my script easily modifiable from panel With this script you can : 1) add, remove and edit the tag 2) Choose a color for the tag 3) Choose a color for the message 4) add and remove bad words 5) Anti repeat the message 6 ) Anti spam the chat Panel For Console Only you can can change it from server.lua in line 4 local Access = "Console" for open panel press o you can change key from client.lua in line for 5 local Key = "o" Some picuters : Download Link : https://community.multitheftauto.com/index.php?p=resources&s=details&id=6608 *Note That The Script is not Compiled and you can modify it. Rate & Comment Please enjoy =D
  19. Server local Staffmarker = createMarker(1469, -1771.1999511719, 17.700000762939, "cylinder", 1.0, 109, 0, 164, 255) -- umkleide theTeamStaff = createTeam( "Staff", 109, 0, 164 ) addEventHandler("onMarkerHit", root, function(hitElement) if getElementType(hitElement) ~= 'player' then return end if ( source == Staffmarker ) then if not(isGroup(hitElement,"Admin")) then return end -- group name setElementModel(hitElement, 217) setPlayerTeam(hitElement, theTeamStaff) end end ) function isGroup(thePlayer,group) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( group ) ) then return true; else return false; end end
×
×
  • Create New...