Deep thinker Posted June 23, 2017 Author Share Posted June 23, 2017 1 minute ago, Master_MTA said: افرض في اكثر من سيارة مطافي؟ مش هيشتغل الكود منا همنعها فل سيرفر مش هيبقي السيرفر الا واحدة بس فبستعمل الصيغة العامة Link to comment
Master_MTA Posted June 23, 2017 Share Posted June 23, 2017 ------server side-----لو عايز تستخدمها سيرفر سايد function monitorcar(plr) for k,v in ipairs(getElementsByType('vehicle'))do if getElementModel(v)==407 and getVehicleController(v) then setCameraTarget(plr,getVehicleController(v)) break else if k==#getElementsByType('vehicle') then outputChatBox('#ff0000 * لم يتم العثور على المركبة',plr,255,255,255,true) end end end end ------------------طريقة الاستخدام سيرفر سايد addCommandHandler('mon',function(theplr)--------------mon الامر اللي تكتب في اف 8 monitorcar(theplr) end) --------------------------client side function monitorcar(plr) for k,v in ipairs(getElementsByType('vehicle'))do if getElementModel(v)==407 and getVehicleController(v) then setCameraTarget(getVehicleController(v)) break else if k==#getElementsByType('vehicle') then outputChatBox('#ff0000 * لم يتم العثور على المركبة',localPlayer,255,255,255,true) end end end end -----------------طريقة الاستخدام addCommandHandler('mon',function()--------------mon الامر اللي تكتب في اف 8 monitorcar() end) اتمنى وصلت المعلومه جربه 9 minutes ago, ProMax said: منا همنعها فل سيرفر مش هيبقي السيرفر الا واحدة بس فبستعمل الصيغة العامة Link to comment
Abdul KariM Posted June 23, 2017 Share Posted June 23, 2017 (edited) جربت كودي Edited June 23, 2017 by Abdul KariM 1 Link to comment
Master_MTA Posted June 23, 2017 Share Posted June 23, 2017 Just now, Abdul KariM said: هي سيارة وحده بكل السيرفر بس ؟ يب سالته يقول اي Link to comment
Deep thinker Posted June 23, 2017 Author Share Posted June 23, 2017 12 minutes ago, Master_MTA said: ------server side-----لو عايز تستخدمها سيرفر سايد function monitorcar(plr) for k,v in ipairs(getElementsByType('vehicle'))do if getElementModel(v)==407 and getVehicleController(v) then setCameraTarget(plr,getVehicleController(v)) break else if k==#getElementsByType('vehicle') then outputChatBox('#ff0000 * لم يتم العثور على المركبة',plr,255,255,255,true) end end end end ------------------طريقة الاستخدام سيرفر سايد addCommandHandler('mon',function(theplr)--------------mon الامر اللي تكتب في اف 8 monitorcar(theplr) end) --------------------------client side function monitorcar(plr) for k,v in ipairs(getElementsByType('vehicle'))do if getElementModel(v)==407 and getVehicleController(v) then setCameraTarget(getVehicleController(v)) break else if k==#getElementsByType('vehicle') then outputChatBox('#ff0000 * لم يتم العثور على المركبة',localPlayer,255,255,255,true) end end end end -----------------طريقة الاستخدام addCommandHandler('mon',function()--------------mon الامر اللي تكتب في اف 8 monitorcar() end) اتمنى وصلت المعلومه جربه الصراحة انا مكنتش اعرف getVehicleController شكرا ممكن خدمة اخيرة ممكن تعلمني لما اكتب الكومند تاني ارجع اشوف البيد بتاعي انا واتحكم عادي Link to comment
Master_MTA Posted June 23, 2017 Share Posted June 23, 2017 Just now, ProMax said: الصراحة انا مكنتش اعرف getVehicleController شكرا ممكن خدمة اخيرة ممكن تعلمني لما اكتب الكومند تاني ارجع اشوف البيد بتاعي انا واتحكم عادي setCameraTarget(plr.plr)-----server side setCameraTarget(localPlayer)------client Link to comment
Deep thinker Posted June 23, 2017 Author Share Posted June 23, 2017 7 minutes ago, Master_MTA said: setCameraTarget(plr.plr)-----server side setCameraTarget(localPlayer)------client مشكوور @Abdul KariM مشكووور 1 Link to comment
Master_MTA Posted June 23, 2017 Share Posted June 23, 2017 Just now, ProMax said: مشكوور العفو بالتوفيق 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