-
Posts
1,363 -
Joined
-
Last visited
Everything posted by Max+
-
Try Using another , Key addEventHandler( "onClientKey", root, function(button,press) if button == "F11" then removeEventHandler("onClientHUDRender", root, HudOpening) elseif button == "F10" then addEventHandler ( "onClientHUDRender", root, HudOpening ) end end ) --ClientSide ,
-
addEventHandler("onPlayerCommand",root, function (cmd) if cmd == "cinoff" then showChat (source, false ) -- hide the chat showPlayerHudComponent(source, "all", false) --- hide hud outputChatBox('Cinematic mod off !',source, 255, 0, 0 ) --- msg else if cmd == "cinon" then --- if command = cinoff then showChat (source, true ) -- show the chat showPlayerHudComponent(source, "all", true)--- show hud outputChatBox('Cinematic mod on !',source, 255, 0, 0 ) end end end ) It's ServerSide,
-
للبيع خوادم ، برسائل القصيرهه .. والاستلام هنا بالموقع
Max+ replied to ' ρяofзśŝoя 亗's topic in القسم العام
CPU = ذا المعالج سرعة للخادم كل ماتزود يزود السعر وعندك يجي زي الشريط تسحبه لليمين عشان تزود المواصفاات ويتغير معك السعر -
للبيع خوادم ، برسائل القصيرهه .. والاستلام هنا بالموقع
Max+ replied to ' ρяofзśŝoя 亗's topic in القسم العام
طيب الرجال قالك , التسليم هنا , والشاهد تيتي , -
https://community.multitheftauto.com/ind ... ils&id=141
-
he can just do that showPlayerHudComponent(source,"all",false) i alredy know , but there was another topic has the same problem , and showPlayerHudComponent(source,"all",false) didn't work with him when players join , He tested what i put above , and it worked,
-
للبيع خوادم ، برسائل القصيرهه .. والاستلام هنا بالموقع
Max+ replied to ' ρяofзśŝoя 亗's topic in القسم العام
لوول ووالله صفقه السعر , اخترت لي خادم واخترت المواصفات طلع 94 ريال , مع 10 يطلي 104 خخخخخخخخ بس مادري انا اخترت VPS VPS = ? -
والله مدري وش تبي بالضبط ., يعني تبي قيم مود بسيط ,؟ المشكلة كل القيمات سووها ههههههههه يعني اللي تبي تسويه يكون جزء منهم , بس افكاري اللي قلت لك عليها غير ,وصدقني يمديك تسويها , ولو تسوي عليها سيرفر , والله يصير زحمه ومشهور ,
-
للبيع خوادم ، برسائل القصيرهه .. والاستلام هنا بالموقع
Max+ replied to ' ρяofзśŝoя 亗's topic in القسم العام
والله , حلو ماشاء الله بس قبل , احكم , كم سعر الخادم , بغيت لي واحد , اقدر احطه حق قراند سيرفر , واقدر اخليه بعدين موقع اقدر؟ اذا مقدر كم سعر الاثنين , بالريال السعودي , -
يكون عنده غنم ويبيع ويشتري اتوقع ,
-
Please Make sure you make the topic in the right section . ---Clinet addEventHandler("onClientPlayerDamage",getRootElement(), function() if getElementData(getLocalPlayer(),"spawnprotect") == "true" then cancelEvent() end end ) ----Server addEventHandler("onPlayerSpawn",getRootElement(), function() setElementData(source,"spawnprotect","true") setElementAlpha(source,150) setTimer(setElementData,10000,1,source,"spawnprotect","false") setTimer(setElementAlpha,10000,1,source,255) end )
-
https://community.multitheftauto.com/index.php?p= ... ls&id=3571
-
you Can start learn form here , viewtopic.php?f=91&t=74403
-
والله يامحمد , انا بشوف لو تسوي مود بيع وشراء . , يعني رجال اعمال شراء بيوت سياراات عمارات نظام تأجير للبيوت والسيارات , وسفريات للمطار يشتري مثلا طائرات, --------------------- او تسوي قيم مود قصص , مهمات زي اللعبة الاساسية , يسوي مهمات ويحاول يطلع اخوياه من السجن مثلا , او تسوي قيم مود مداهمة , دوريات وشرطة " المواطنين - يعني العسكرية المواطنين - شراء مخدرات وخمر وتجارة , ويكون له مقر اجتماع , واذا صارت مثلا البيعة ياخذ عليها شي , واذا خربت , يتم التبليغ عليه , وتقدر تضيف تجارة حبوب عن طريق الجمارك, مره تمشي عليهم ومره ماتمشي وينكب راعيها , يعني قريب للحقيقة القيم مود ,
-
iam sure it's not your script , i can't help you if it's not yours , also do you think the scripting is just like that you have a lot of erros , getPlayerName(source).." saveing Stats now!", source) what is this ? it should be like this outputChatBox("Account" ..getPlayerName(source).. "Saved His Stats!", source, getRootElement(),255, 255, 0, true)
-
you can try this, addEventHandler("onPlayerJoin",root, function() for k, v in ipairs({"ammo","weapon","wanted","area_name","vehicle_name","health","money","clock"}) do showPlayerHudComponent(source,v,false) end end )
-
< ياليت تنظم كودك في المره الجاية > + تقدر تغير Admin باسم القروب اللي تبي + الرسالة اللي تبيها , + متأكد عندك اكواد وضع التيم + مسح التيم ؟ ولا تبيه يشتغل كذا ؟ ... ذا حطه كلينت , وتأكد بالميتا يكون client GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Label = {} function guiMyCwindow(w,h,t) local x,y = guiGetScreenSize() return guiCreateWindow((x-w)/2,(y-h)/2,w,h,t,false) end windowjob = guiMyCwindow(301,170,"{ Tak Job System }") guiSetVisible(windowjob, false) GUIEditor_Button[1] = guiCreateButton(22,120,108,35," [ Tak Job ]",false,windowjob) GUIEditor_Button[2] = guiCreateButton(179,120,110,36,"[ Close ]",false,windowjob) GUIEditor_Label[1] = guiCreateLabel(19,33,273,20,"[ No Army ]",false,windowjob) addEvent('Show', true ) addEventHandler('Show', root, function ( ) guiSetVisible(windowjob, true) showCursor(true) end ) addEvent('Hide', true ) addEventHandler('Hide' ,root, function ( ) guiSetVisible(windowjob, false) showCursor(false) end ) addEventHandler("onClientGUIClick",root, function ( ) if source == GUIEditor.button[1] then triggerServerEvent('setSWAT', localPlayer ) guiSetVisible(windowjob, false) showCursor(false) elseif source == GUIEditor.button[3] then triggerServerEvent('removeSWAT', localPlayer ) guiSetVisible(windowjob, false) showCursor(false) elseif source == GUIEditor.button[2] then guiSetVisible(windowjob, false) showCursor(false) end end ) وذا سيرفر , وتاكد يكون بالميتا server , local marker = createMarker( 650.42334, 1686.90637, 6.99219, "Cylinder", 1.5, 0, 255, 255, 255) addEventHandler ( 'onMarkerHit', marker, function ( elm ) if ( getElementType ( elm ) == "player" ) and ( isObjectInACLGroup ( "user." .. getAccountName ( getPlayerAccount ( elm ) ), aclGetGroup ( "Admin" ) ) ) then triggerClientEvent (source, 'Show', source ) else outputChatBox(' * You Must Be Admin * ', source, 255, 0, 0 ) end end ) addEventHandler( 'onMarkerLeave', marker, function ( elm ) if (getElementType ( elm ) == "player" ) then triggerClientEvent(source, 'Hide', source ) end end )
-
Required Arguments theMarker: The marker to change the visual style of icon: A string referring to the type of icon, acceptable values are: "none": No icon "arrow": Arrow icon "finish": Finish icon (at end of race) ,
-
Exaclty , i think there is no point form it, who would share images on the server ? and the X image is too big for the panel , But, its, Nice, you made this, by yourself , i have an idea, if you want it , Just Pm , me
-
i'm sure if you read the wiki , you will understand it, triggerEvent
-
ياخوي ذا مو سكربت ذا نظام ELM انوار السفتي وذي باللعبة مو بالاونلاين خش gtapolicemods.com وبتحصل كل شي يخص الشرطة عن قراند
-
ههههههههههه ياخي والله فكرة روعه ! اماراتي والله فكرته حلو طبقها , تخيل هندي يبيع سيارات , وتضيف اصوات حراج 1 حراج 2 مابعد الحراج الا البيع ههههههههههههههههههههههههههههه اهنيك يابعدي