saifProgenuis Posted June 4, 2015 Share Posted June 4, 2015 انا الوقتي سويت سيرفر شوتر عايز اركب صواريخ علي العربيه السؤال هو الصواريخ اصممها مع ال DFF ولا اسكربت ؟ Link to comment
Simple. Posted June 4, 2015 Share Posted June 4, 2015 createObject -- عشان تسوي الاوبجكت الي فوق السياره attachElements -- عشآن تلصق الآوبجكت بآلسياره createProjectile -- عشان تطلق صواريخ من الاوبجكت Link to comment
saifProgenuis Posted June 4, 2015 Author Share Posted June 4, 2015 createObject -- عشان تسوي الاوبجكت الي فوق السياره attachElements -- عشآن تلصق الآوبجكت بآلسياره createProjectile -- عشان تطلق صواريخ من الاوبجكت طيب انا مو بعرف اجهزو ممكن تجهزهولي Link to comment
#|_oskar_|# Posted June 5, 2015 Share Posted June 5, 2015 createObject -- عشان تسوي الاوبجكت الي فوق السياره attachElements -- عشآن تلصق الآوبجكت بآلسياره createProjectile -- عشان تطلق صواريخ من الاوبجكت طيب انا مو بعرف اجهزو ممكن تجهزهولي سويت لك مثال اركب اى سياره واضغط كليك شمال بالماوز الكود كلنت bindKey("vehicle_fire", "down",function () local x, y, z = getElementPosition (getLocalPlayer()) local vehicle = getPedOccupiedVehicle(localPlayer) Object = createObject (360, x + 2, y, z + 1) createProjectile(vehicle,19, x -0.1, y+1, z +0.4) attachElements (Object,vehicle,0, 2, 0.3 ,0,0,90) end) 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