-
Posts
187 -
Joined
-
Last visited
-
Days Won
2
Everything posted by _Kinan
-
Is there a way to get the position of the headlights' position using getVehicleComponentPosition Or I should calculate the position of the headlights using the wheels position? All help appreciated.
-
You have to buy GTA:SA to install mta.
-
سوق على الفيسبوك. أفضل شيء. و سوي عروض حلوة. وزع سيرفرات على الفيسبوك. و أتعامل مع شخص سمعته حلوة و مشهور قليلاً ينشرلك.
-
Because It's not a GAME! It's a MOD. You can't run MTA:SA without GTA:SA.
-
Greetings, As we all know, GTA:SA client have files that contains a certain animation, using the IFP file extension. I suggest that you(developers) implement this in MTA:SA. Making the game more diverse, and less limited for scripters. This would make a huge difference, playing from a server to an onther. This will be a huge plus on Roleplaying servers, or Realistic lifestyle and such... I suggest you to see this video to have an Idea. This also would help to get rid of useless Animations, used only on GTA:SA missions and use them for good. Please if you accept, replay and like this topic. We need to have an answer from the developers. -Kinan ARABIC :
-
اولاً, هذا القسم للبرمجة, مو لحل مشاكل المودات المسروقة. --- المشكلة من الأتصال مع سيرفرك الماي اسكيو ال. مو من اللوقز ظبط الكونفق حق مود MYSQL و اتأكد انك مركب لايبرري الماي اسكيو ال
-
Notepad++
-
Good luck, I've tried the server and the gamemode looks quite functional.
-
ليش ما تبتكر فكرة من مخك بدل ما تقلد الناس؟
-
غيّر الباك اب. أو سوي مودات حياة واقعية من صنعك.
-
-- فنكشن إضافة جميع اللاعبين لجريد ليست https://wiki.multitheftauto.com/wiki/GuiGridListAddPlayers استخدمه -- فنكشن اخذ محتوى الروو guiGridListGetSelectedText https://wiki.multitheftauto.com/wiki/GuiGridListGetSelectedText -- اوكي الحين سوي إيفنت ع الزر حقك btn = GUIEditor.button[1] -- عدله grid = GUIEditor.gridlist[1] -- عدله للقريد ليست function onClick() sl = guiGridListGetSelected() if sl == -1 then outputChatBox("يرجى إختيار لاعب",255,0,0) end player = getPlayerByName(guiGridListGetSelectedText(grid)) -- هنا حط فاكشنك -- مثال : setHealth(player,100) end addEventHandler("onClientGUIClick",btn,onClick) حطه في كلينت - ملاحظة : الكود غير مجرب
-
اخي, كودك بيسبب لاق, و بيعدم السيرفر. هذا الكود شغال : حطه سيرفر ! for i,v in ipairs(getElementsByType("player")) do setControlState(v,"next_weapon",false) setControlState(v,"fire",false) end function onJoin() setControlState(source,"next_weapon",false) setControlState(source,"fire",false) end addEventHandler("onPlayerJoin",root,onJoin)
-
Hi, I added an event handler to my static image. but when I actually See the gif code : login = { label = {}, staticimage = {}, edit = {} } login.staticimage[1] = guiCreateStaticImage(557, 336, 400, 404, "imgs/window.png", false) login.staticimage[2] = guiCreateStaticImage(191, 314, 185, 57, "imgs/register.png", false, login.staticimage[1]) login.staticimage[3] = guiCreateStaticImage(14, 308, 167, 73, "imgs/login.png", false, login.staticimage[1]) ---- EVENT : addEventHandler("onClientMouseEnter",login.staticimage[2],function() guiSetAlpha(login.staticimage[2],0.8) outputChatBox("trigger in") end) addEventHandler("onClientMouseLeave",login.staticimage[2],function() guiSetAlpha(login.staticimage[2],0.2) outputChatBox("trigger left") end) guiSetAlpha(login.staticimage[2],0.2)
-
انت تريد في جميع انحاء الماب لا يمكنه رفع سلاحه صحيح؟
-
https://community.multitheftauto.com/index.php?p=resources&s=details&id=12414 مود موجود و سابق
-
for i,v in ipairs(getElementsByType("player")) do setControlState(v,"next_weapon",false) setControlState(v,"fire",false) end function onJoin() setControlState(source,"next_weapon",false) setControlState(source,"fire",false) end addEventHandler("onPlayerJoin",root,onJoin) جربه و رد لي خبر ServerSided-
-
جميل جداً, الأفضل تشفره لتفادي سرقة المود و إزالة الحقوق
-
local Timeleft = 60 -- وقت الانتظار k = setTimer(function () Timeleft = Timeleft - 1 if Timeleft == 0 then KillTimer(k) -- هنا كود عند بدئ المهمة end end,1000,0)
-
مبرمج حياة واقعية؟ جديدة عاد