☠ RaZeR ☠ Posted April 11, 2015 Share Posted April 11, 2015 هلا شباب ابي فنكشات // انا لاحظت انه الدبابة 432 : لما تطلق فيها بدبابة ثانية ماتتأثر # بس الدبابة تتأثر لما تصطدم في شي يعني لما انا وخويي نلعب انا اطلق على دبابته مماتتأثر بس لما اصطدم فيه تتأثر دبابته #@ ياريت يكون في فنكشن يخلي سلاح الدبابة يكون فعال على الدبابات الاخرى Link to comment
yazan Posted April 11, 2015 Share Posted April 11, 2015 تفضل ضربتين و تنفجر الدبابة+ الكود مجرب كلنت addEventHandler("onClientExplosion",root, function(x,y,z,theType) if ( localPlayer ) then for i, veh in ipairs(getElementsByType ( 'vehicle' )) do if ( getElementModel ( veh ) == 432 ) then local xr, yr, zr = getElementPosition ( veh ) local driver = getPedOccupiedVehicle(localPlayer) if ( veh ~= driver ) then if ( getDistanceBetweenPoints3D(x,y,z, xr, yr, zr) <= 20 ) then triggerServerEvent("blow",localPlayer, veh) end end end end end end ) سيرفر addEvent("blow",true) addEventHandler("blow",root, function (veh) if ( getElementHealth( veh ) > 432 ) then setElementHealth ( veh, getElementHealth(veh) - 500 ) end end) Link to comment
☠ RaZeR ☠ Posted April 11, 2015 Author Share Posted April 11, 2015 اخوي الديبوق يقول في خطأ في السطر 5 "=" expected near ' Link to comment
shwaeki Posted April 12, 2015 Share Posted April 12, 2015 اخوي الديبوق يقول في خطأ في السطر 5"=" expected near ' الكود شغال و ما فية اي مشكلة بس لازم تكون راكب دبابة و تطلق على دبابة Link to comment
☠ RaZeR ☠ Posted April 12, 2015 Author Share Posted April 12, 2015 طيب المشكلة اللي في الديبوق ماتشغل السكربت $ يقول في مشكلة في السطر 5 "=" expected near ' Link to comment
shwaeki Posted April 12, 2015 Share Posted April 12, 2015 انا الحين مجربة ما فية مشكلة بس شكلك معدل علية عاود انسخة 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