BigJoe Posted June 22, 2016 Share Posted June 22, 2016 عايز كلام اكتبوا كل خمس دقائق يتكرر ف الشات Link to comment
taha201100 Posted June 22, 2016 Share Posted June 22, 2016 اقرأ الموضوع قبل كل شي وعدل عنوان الموضوع https://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 + setTimer ( function () outputChatBox("هنا الكلام",source,255,0,0,true) end,5*60000,0) لو حطيت الكود في كلنت شيل السورس Link to comment
' A F . Posted June 22, 2016 Share Posted June 22, 2016 اقرأ الموضوع قبل كل شي وعدل عنوان الموضوعhttps://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 + setTimer ( function () outputChatBox("هنا الكلام",source,255,0,0,true) end,5*60000,0) لو حطيت الكود في كلنت شيل السورس التايمر مافيه سورس بدل السورس وحطها روت Link to comment
BigJoe Posted June 22, 2016 Author Share Posted June 22, 2016 شكرا انا محتاج طلب تاني لو كان في تيم معين يكتب fix يتصلح السيارة و الانقلاب Link to comment
' A F . Posted June 22, 2016 Share Posted June 22, 2016 addCommandHandler getPlayerTeam getTeamName getPedOccupiedVehicle fixVehicle getElementRotation setElementRotation حأول ونساعدك Link to comment
taha201100 Posted June 22, 2016 Share Posted June 22, 2016 اقرأ الموضوع قبل كل شي وعدل عنوان الموضوعhttps://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 + setTimer ( function () outputChatBox("هنا الكلام",source,255,0,0,true) end,5*60000,0) لو حطيت الكود في كلنت شيل السورس التايمر مافيه سورس بدل السورس وحطها روت مشكور على المعلومه بس ليه ما ينحط سورس؟ Link to comment
Abdul KariM Posted June 22, 2016 Share Posted June 22, 2016 addCommandHandler getPlayerTeam getTeamName getPedOccupiedVehicle fixVehicle getElementRotation setElementRotation حأول ونساعدك + getTeamFromName Link to comment
N3xT Posted June 22, 2016 Share Posted June 22, 2016 معلش انا عايزو ضروري طيب عطيناك الفنكشنات Link to comment
Abdul KariM Posted June 22, 2016 Share Posted June 22, 2016 معلش انا عايزو ضروري طيب عطيناك الفنكشنات يبي جاهز , ماحد راح يعطيك جاهز حاول بنفسك Link to comment
' A F . Posted June 22, 2016 Share Posted June 22, 2016 اقرأ الموضوع قبل كل شي وعدل عنوان الموضوعhttps://forum.multitheftauto.com/viewtopic.php?f=160&t=100292 + setTimer ( function () outputChatBox("هنا الكلام",source,255,0,0,true) end,5*60000,0) لو حطيت الكود في كلنت شيل السورس التايمر مافيه سورس بدل السورس وحطها روت مشكور على المعلومه بس ليه ما ينحط سورس؟ لازم تعرف السورس Link to comment
taha201100 Posted June 22, 2016 Share Posted June 22, 2016 (edited) fixx = function(source) Player = getPlayerTeam ( source ) Money = getPlayerMoney(source) local car = getPedOccupiedVehicle(source) local team = getTeamFromName ( "هنا اسم الفريق" ) if player == team then elseif vehicle then elseif Money >= 5000 then takePlayerMoney(source, 5000) fixVehicle(car) else outputChatBox("اكتب هنا عكس الشرط مثلن لا تملك المال او لست بالفريق",source,145,52,64,true) end end addCommandHandler("fix",fixx) تفضل حطه سيرفر لكن لا تتعود على الجاهز تعلم من الكود +ما عرفت احط الانقلاب لانه ما اعرف الفنكشن حقه اي شخص يعرف يعدله ولو تبي تغيير سعر اخذ المال غير رقم 5000 الي تحت بعض Edited June 23, 2016 by Guest Link to comment
Me[Z]oO Posted June 22, 2016 Share Posted June 22, 2016 الكود حق طه بس عدلت عليه تفضل fixx = function(source) Player = getPlayerTeam ( source ) Money = getPlayerMoney(source) car = getPedOccupiedVehicle(source) rX, rY, rZ = getElementRotation(car) team = getTeamFromName ( "123" ) if Player == team then if car then if Money >= 5000 then takePlayerMoney(source, 5000) fixVehicle(car) setElementRotation(car, 0, 0, (rX > 90 and rX < 270) and (rZ + 180) or rZ) outputChatBox("تم تصليح السيارة وخصم 5000",source,0,255,0) else outputChatBox("لا تملك مال كافً",source,255,0,0,true) end else outputChatBox("لا تملك سيارة",source,255,0,0,true) end else outputChatBox("يجب ان في هذا الفريق (اسم الفريق)",source,255,0,0,true) end end addCommandHandler("fix",fixx) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now