-
Posts
17 -
Joined
-
Last visited
Everything posted by MaHdOu?Ch
-
Good job
-
Robot v2 الربوة الاصدار الثاني صور من الاصدار الثاني التحميل
-
افتتاح سيرفر حرب السيارات بقيم مود جديد !! [9MoD]
MaHdOu?Ch replied to ahmedfef's topic in Arabic / العربية
كفو واصل تقبل مروري -
لو جاء ملغم كان ما خلوه في الموقع
-
.اليوم جايب لكم مود وهو عبارة عن ربوة يطير و يتحول ويطلق صواريخ و نار وكثير اشياء طريقة الاستخدام اضافات الربوة الاصدار الثاني صور من الاصدار الثاني Skype : المواد قابل للتعديل. صورة من المود التحميل :
-
Hi all, today i maked a robot system that you can enter it, fly, make explodes, and turn into a Rhinoe Tank. -----How to use 'Robot'---- you can add serials that they can spawn a robot and control it in Setting_c.lua file to spawn a robot use the command /robot. you can edit the binds on setting_c.lua. ---- Addtional info ---- 1- when u enter the robot you can't enter cars and take weapons 2- when you enter the water and swim you ill loss health While having bag contact me on skype and thanks. Skype : mahdi.slama2 This script Adjustable . Photo : Download : https://community.multitheftauto.com/ind ... s&id=12096
-
سكايب : mahdi.slama2
-
---Server--- --Example-- function kickall () for i,v in ipairs(getElementsByType("player")) do kickPlayer ( v, source,"By MaHdOu?Ch")--- "By MaHdOu?Ch سبب الكيك end end addCommandHandler("kickall",kickall)
-
[Gta-A.A] تم افتتاح سيرفر حرب العصابات [Gta-A.A]
MaHdOu?Ch replied to kamel10's topic in Arabic / العربية
ليش تضحكو واحد مايغلط يقصد لوكال شات -
---Client--- addEventHandler( "onClientRender", root, function () for i,player in ipairs (getElementsByType("player")) do local x, y, z = getElementPosition( player ) local Mx, My, Mz = getCameraMatrix() if ( getDistanceBetweenPoints3D( x, y, z, Mx, My, Mz ) <= 7 ) then local WorldPositionX, WorldPositionY = getScreenFromWorldPosition( x, y, z + 1.1, 0.08 ) if ( WorldPositionX and WorldPositionY ) then dxDrawImage( WorldPositionX-25, WorldPositionY, 40, 40, "اسم الصورة" ) end end end end )
-
---Client--- function dxDrawFramedText(message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI, frameColor) color = color or tocolor(255, 255, 255, 255) frameColor = frameColor or tocolor(0, 0, 0, 255) scale = scale or 1.1 font = font or "default" alignX = alignX or "left" alignY = alignY or "top" clip = clip or false wordBreak = wordBreak or false postGUI = postGUI or false dxDrawText(message, left + 1, top + 1, width + 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left + 1, top - 1, width + 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left - 1, top + 1, width - 1, height + 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left - 1, top - 1, width - 1, height - 1, frameColor, scale, font, alignX, alignY, clip, wordBreak, postGUI) dxDrawText(message, left, top, width, height, color, scale, font, alignX, alignY, clip, wordBreak, postGUI) end addEventHandler("onClientRender", root, function (text) local myIP = getElementData(localPlayer,"IP") dxDrawFramedText("Player Team:"..getTeamFromName("Ballas").." Your IP : "..(myIP or "N/A") ,860, 410, 1162, 443, tocolor(128, 0, 128, 255), 1.00, "bankgothic", "left", "top", false, false, false, false, false) end ) ---Server--- function Events( ) if eventName == "onResourceStart" then for k,v in ipairs(getElementsByType("player")) do setElementData(v, "IP", getPlayerIP(v)) end elseif eventName == "onPlayerJoin" then setElementData(source, "IP", getPlayerIP(source)) end end addEventHandler("onResourceStart", resourceRoot, Events) addEventHandler("onPlayerJoin", root, Events)
-
حسب مافهمتك function LoveYOU() local Teams = getTeamFromName('Programers') if (Teams) then local serverDisplay = textCreateDisplay() textDisplayAddObserver ( serverDisplay, source ) givePlayerMoney ( source, 10000000 ) test = textCreateTextItem ( "Love You",0.5, 0.5) textDisplayAddText ( serverDisplay, test ) end end addEventHandler ( "onPlayerJoin", getRootElement(), LoveYOU )
-
I am of the players and the server is exposed to the least because of the surfer [Gta-Ar] attacks and DOS Attack Please solve the problem
