-
Posts
187 -
Joined
-
Last visited
-
Days Won
2
Everything posted by _Kinan
-
شكراً حبيبي, منور منور رام
-
@Om. have made a better one. use his not mine....
-
الي تبغاه. بس ما فهمت وش المشكلة. قاعدين نكمل الأكواد.....
-
values = { } table.insert(values,Value)
-
الكود مو عشوائي حسب ظني for i,v in ipairs(values) do
-
مود روعة, و جديد يعطيك العافية ي رام. ابدعت يا صغيري
-
+1 فكرة جميلة
-
It doesn't seem that the thread owner wanted that....
-
ما تقدر. الحل انك تعدل على المودين و تستخدم Events او Exports او ElementData
-
شكراً لك مع ان الكود موجود بالويكي https://wiki.multitheftauto.com/wiki/GetMarkerType
-
شرحت كيف تسوي اكسبورت لكن ما شرحت وش الأيكسبورت. اتمنى تزود معلومات ... #Edit لو خلصت من مشكلتك في الموضوع السابق أكتب انها أنحلت
-
local OwnerName = "-#ff0000Kinan" function check() playername = getPlayerName(source) if playername:gsub("#%x%x%x%x%x%x","") == OwnerName:gsub("#%x%x%x%x%x%x","") then kickPlayer(source,"You can't use the Owner's name!") end end addEventHandler("onPlayerJoin",getRootElement(),check) addEventHandler("onPlayerChangeNick", getRootElement(), check)
-
/debugscript 3 ? did you try to debug the script?
-
بأنتظاركم يا حلوين يحليلكم يا مبرمجين ليش أكواد المهمة؟ ما طلب شي الا ان ينتقلوا اللاعبين...
-
https://wiki.multitheftauto.com/wiki/AddCommandHandler اتمنى تراجع الويكي
-
الخطأ من اسم المود هنا exports["TopBarChat"]:sendClientMessage (player,"#FF0000 You Need Cj Skin To Buy This Stat",255,255,255,true ) لغة lua لغة Case Sensitive local ae = "a" local Ae = "A2" outputChatBox(ae) -- a outputChatBox(Ae) -- A2 الحل : exports["topbarchat"]:sendClientMessage ("#FF0000 You Need Cj Skin To Buy This Stat",255,255,255,true ) قلي لو أشتغل
-
local cmd = "gotomission" local x,y,z = 0,0,0 local msg = "Teleported to mission" addCommandHandler(cmd,function(source) setElementPosition(source,x,y,z) outputChatBox(msg,source,255,0,0) end)
-
Doorcol = createObject(980,1033.1999511719,1181.8000488281,12.60000038147,0,0,0) Markercol =createMarker(1034.0999755859,1183.5999755859,10.800000190735,"cylinder",7,0,0,0,0) addEventHandler('onMarkerHit',Markercol, function ( hitElement ) if getElementType(hitElement) == "player" then moveObject(Doorcol,1000,1033.1999511719,1181.8000488281,6.60000038147) end end ) addEventHandler('onMarkerLeave',Markercol, function ( hitElement ) moveObject(Doorcol,100,1033.1999511719,1181.8000488281,12.60000038147) end )
-
مصلحتي مصلحتك ليش ما انت تسوي مودات تكتيك و قيم مودات ؟ قبل لا تجي تأمرني
- 10 replies
-
- 3
-
-
- سيارات ادمن
- سيارة خاصة
-
(and 2 more)
Tagged with:
