mr.ekoo Posted May 25, 2013 Author Share Posted May 25, 2013 نفس المشكلة ؟؟ طيب هو اخليه كلاينكت ولا سيرفر انا مخليه سيرفر Link to comment
AhmeD~9MoD Posted May 25, 2013 Share Posted May 25, 2013 نفس المشكلة ؟؟طيب هو اخليه كلاينكت ولا سيرفر انا مخليه سيرفر الكود سيرفر - اكتب في اف 8 debugscript 3 وسو ريستارت للمود وقلي ايش يطلع لك اسفل الشآآشة Link to comment
MR.S3D Posted May 25, 2013 Share Posted May 25, 2013 سيرفر دقايق اشوف الكود وارجع لك لاني ماجربته Link to comment
mr.ekoo Posted May 25, 2013 Author Share Posted May 25, 2013 سويت كذا ومانفع addEventHandler("onVehicleDamage", getRootElement(), function(loss) local player = getVehicleOccupant(source) if(player) then local playerVehicle = getPedOccupiedVehicle ( getLocalPlayer() ) local vehicleHealth = getElementHealth ( playerVehicle ) if vehicleHealth < 500 fixVehicle ( source ) end end end ) Link to comment
AhmeD~9MoD Posted May 25, 2013 Share Posted May 25, 2013 سويت كذا ومانفع addEventHandler("onVehicleDamage", getRootElement(), function(loss) local player = getVehicleOccupant(source) if(player) then local playerVehicle = getPedOccupiedVehicle ( getLocalPlayer() ) local vehicleHealth = getElementHealth ( playerVehicle ) if vehicleHealth < 500 fixVehicle ( source ) end end end ) بدل السطر 7 بـ ذا if ( vehicleHealth < 500 ) then Link to comment
mr.ekoo Posted May 25, 2013 Author Share Posted May 25, 2013 نفس الشيئ توصل حياة السيارة تحت 500 ومايصير شيئ Link to comment
MR.S3D Posted May 25, 2013 Share Posted May 25, 2013 addEventHandler("onVehicleDamage", getRootElement(), function() local player = getVehicleOccupant(source) if(player) then if getElementHealth(source) < 500 then fixVehicle ( source ) end end end ) Link to comment
mr.ekoo Posted May 25, 2013 Author Share Posted May 25, 2013 حلووو شغال 100% مشكور اخوي 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