MANAMAY Posted April 18, 2013 Share Posted April 18, 2013 (edited) شباب ابغي اخلي اللاعب سريع لمده معينه شلون؟ Edited April 18, 2013 by Guest Link to comment
MANAMAY Posted April 18, 2013 Author Share Posted April 18, 2013 ماتوقع يصير للكل Peds Vehicles Objects (Clientside only) Projectiles (Clientside only) Link to comment
iPrestege Posted April 18, 2013 Share Posted April 18, 2013 الاعب و لا القيم؟ نفسة؟ يعني هو يسرع يصير كل شيء حولة سريع مثلا يصير كل شيء يشوفة سريع صح؟ setGameSpeed Link to comment
MANAMAY Posted April 18, 2013 Author Share Posted April 18, 2013 قصدي ان اللاعب يركض سريع Link to comment
MANAMAY Posted April 18, 2013 Author Share Posted April 18, 2013 function speed (player) speedx, speedy, speedz = getElementVelocity (player) setElementVelocity (player , speedx, speedy, speedz ) end addEvent("speed", true) addEventHandler("speed", getRootElement(), speed ) Link to comment
PaiN^ Posted April 18, 2013 Share Posted April 18, 2013 لازم تزود عالسرعة بالمقدار إليي تبيه x + 5, y + 5 زي كذا يعني ذذ + player تعتمد على طريقة التريقر حقتك Link to comment
MANAMAY Posted April 18, 2013 Author Share Posted April 18, 2013 بجرب وبرد عليك مشكور Link to comment
MANAMAY Posted April 18, 2013 Author Share Posted April 18, 2013 function speed() local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 10000) then takePlayerMoney(source,10000) function speed (player) speedx, speedy, speedz = getElementVelocity (player) setElementVelocity (player , x+50, y+50, z+50 ) end end end addEvent("speed", true) addEventHandler("speed", getRootElement(), speed ) ؟؟؟؟؟؟؟؟ Link to comment
PaiN^ Posted April 18, 2013 Share Posted April 18, 2013 player مو معرفة + source ما يحتاج تسوي فنكشن جديد, كمل على نفس الفنكشن وإستخدم Link to comment
MANAMAY Posted April 19, 2013 Author Share Posted April 19, 2013 addEventHandler("onClientGUIClick", root, function() if(source == B_H4) then triggerServerEvent("speed",localPlayer) guiSetVisible ( W_H2 , false ) showCursor ( false ) speedx, speedy, speedz = getElementVelocity (source) setElementVelocity (source , x+50, y+50, z+50 ) end end ) كذا؟ Link to comment
3NAD Posted April 19, 2013 Share Posted April 19, 2013 اكواد السرعة خلها مع التريقر على شان يحقق شرط " إن كان عنده فلوس كافية للشراء Link to comment
MANAMAY Posted April 19, 2013 Author Share Posted April 19, 2013 --كلنت addEventHandler("onClientGUIClick", root, function() if(source == B_H4) then triggerServerEvent("speed",localPlayer) guiSetVisible ( W_H2 , false ) showCursor ( false ) end end ) --سيرفر function speed() local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 10000) then takePlayerMoney(source,10000) speedx, speedy, speedz = getElementVelocity (source) setElementVelocity (source , x+50, y+50, z+50 ) end end addEvent("speed", true) addEventHandler("speed", getRootElement(), speed ) Link to comment
3NAD Posted April 19, 2013 Share Posted April 19, 2013 اعتقد انك تبي تسوي سرعة اللعب اللي هو setGameSpeed ؟ Link to comment
MANAMAY Posted April 19, 2013 Author Share Posted April 19, 2013 لا بس اللاعب يتحرك بسرعه Link to comment
iPrestege Posted April 19, 2013 Share Posted April 19, 2013 لا بس اللاعبيتحرك بسرعه اللي أنت تستخدمة ذا مايخليكـ سريع غلططآن يوم قلت لكـ آستخدمةة المفترض اللعبة مثل مآقلت بـ ردي آلآول لانة هذي مآرآح تخلية سريع لـ مدة استخدم اللعبه , Link to comment
3NAD Posted April 19, 2013 Share Posted April 19, 2013 جرب هذا -- Client Side addEventHandler ( "onClientGUIClick", root, function ( ) if source == B_H4 then if getPlayerMoney ( localPlayer ) >= 10000 then triggerServerEvent ( "speed", localPlayer ) setGameSpeed ( 10 ) guiSetVisible ( W_H2 , false ) showCursor ( false ) end end end ) -- Server Side addEvent ( "speed", true ) addEventHandler ( "speed", root, function ( ) takePlayerMoney ( source, 10000 ) end ) Link to comment
yazan Posted April 19, 2013 Share Posted April 19, 2013 طيب هو ما يبي يرجع بعد وقت عادي يعني كذا بيفضل سريع لزم تعمل تيمر وترجعه سرعه اصليه Link to comment
iPrestege Posted April 19, 2013 Share Posted April 19, 2013 طيب هو ما يبي يرجع بعد وقت عادي يعني كذا بيفضل سريع لزم تعمل تيمر وترجعه سرعه اصليه هو ماطلب موهوب لازم تتفلسف بـ كل شيء ترآ , Link to comment
yazan Posted April 19, 2013 Share Posted April 19, 2013 شباب ابغي اخلي اللاعب سريع لمده معينه شلون؟ Link to comment
yazan Posted April 19, 2013 Share Posted April 19, 2013 (edited) setTimer ( function() setGameSpeed ( 1 ) end, 5000, 1 ) Edited April 19, 2013 by Guest 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