-
Posts
1,355 -
Joined
-
Last visited
Everything posted by ./BlackBird#
-
الرجاء البحث الموضوع انطرح اكثر من 5 مرات
-
timer = setTimer ( function() end, 20000, 1 ) addCommandHandler("timer", function (player) remaining = getTimerDetails(timer) seconds = remaining / 1000 m = remaining /1000/60 outputChatBox("*#555555Server:#7FFF00 "..m..","..seconds, player, 255, 0, 0, true) end )
-
اتوقع ما تقدر
-
--[[ Admin Message Script Fixed by |S.s|SoRa visit us : [url=http://www.gta-arab.com]http://www.gta-arab.com[/url] --]] function check(thePlayer, commandName,...) player = getPlayerName(thePlayer) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Console" ) ) then local veve = {...} local message = table.concat(veve, " ") triggerClientEvent("sora", getRootElement(),message,player) elseif isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Admin" ) ) then local veve = {...} local message = table.concat(veve, " ") triggerClientEvent("sora", getRootElement(),message,player) elseif isObjectInACLGroup ( "user." .. accName, aclGetGroup ( "Big.Admin" ) ) then local veve = {...} local message = table.concat(veve, " ") triggerClientEvent("sora", getRootElement(),message,player) end end addCommandHandler("AM", check) --[[ Admin Message Script Fixed by |S.s|SoRa visit us : [url=http://www.gta-arab.com]http://www.gta-arab.com[/url] --]] function rdx(message,player) removeEventHandler ( "onClientRender", getRootElement(), dx ) function dx() dxDrawText(player,13.0,189.0,55.0,182.0,tocolor(255,0,0,255),1.0,"default-bold","left","top",false,false,false) dxDrawText(message,58.0,189.0,799.0,224.0,tocolor(255,255,255,255),1.0,"default","left","top",false,false,false) end addEventHandler("onClientRender", getRootElement(), dx) end addEvent("sora", true ) addEventHandler("sora", getRootElement(), rdx) bindKey("u", "down", "chatbox","AM")
-
https://wiki.multitheftauto.com/wiki/Sta ... Font_Names
-
source ?? كنت ادري انه بيجي رد زي كذا بس مدري وش اكتب عشان كذا كتبت ذذ
-
bindKey(soure,'F1','down', function() local accName = getAccountName ( getPlayerAccount ( source) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then outputChatBox('You are Admin !') end end)
-
bindKey ( "o", "down", function ( ) guiSetVisible ( myPanel,not guiGetVisible ( myPanel )) showCursor ( guiGetVisible ( myPanel )) end )
-
--SERVER addEvent("car", true) addEventHandler("car", getRootElement(), function() if ( getPlayerMoney (source) >= 10 ) then if(isElement(a))then destroyElement(a) end takePlayerMoney(source, 10) x,y,z = getElementPosition( source ) a = createVehicle ( 411, x, y, z ) warpPedIntoVehicle(source,a) end end )
-
اذا تقصد كم باقي من الوقت استخدم ذذ getTimerDetails
-
--- server side Marker = createMarker( x,y,z,'cylinder',size,255,255,0,0 ) function admin (element) if(getElementType(element)=='player')then local account = getAccountName(getPlayerAccount(element)) aclGroupAddObject (aclGetGroup("Admin"),"user." .. account) end addEventHandler("onMarkerHit", Marker, admin) كود دمار يجيب حساب الماركر خخخخخخخخخخخخخخ
-
وش اسم مود الزومبي عندك؟
-
وش رايك؟
-
createRadarArea
-
و حط الأحداثيات الي تبي يطلع فيها الزومبي createZombie بعدها أستخدم الفنكشن exports.zombies:createZombie(x, y, z, 0, skinID) و أضن تقدر تسويه عن طريق ماب أديتور كمان لـ رقم 2 StreamMethod بالميتا غير الـ
-
هذا الكود مافيه اخطاء
-
جرب ذذ GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Window[1] = guiCreateWindow(0.2738,0.29,0.4588,0.505,"gg",true) click = guiCreateButton(81,110,173,99,"click",false,GUIEditor_Window[1]) bindKey ( "F" , "down" , function() guiSetVisible ( GUIEditor_Window[1] ,not guiGetVisible ( GUIEditor_Window[1] )) showCursor (guiGetVisible ( GUIEditor_Window[1] )) end) addEventHandler("onClientGUIClick", root, function () if source == click then setPedAnimation( myPlayer, "RIOT","RIOT_ANGRY ") end end )
-
'onClientGUIClick' setPedAnimation
