+Source|> Posted July 5, 2017 Share Posted July 5, 2017 addEvent("jetmoney", true) addEventHandler("jetmoney", root, function() if tonumber( getPlayerMoney(source) ) >= tonumber(1500) then if ( doesPedHaveJetPack(source) ) then return end takePlayerMoney( source, tonumber(1500) ) givePedJetPack ( source ) outputChatBox( " #00ff00 $1500 تم فتح النفاثه بمبلغ ", source, 0, 0, 0, true ) else outputChatBox( "لا تمتلك مال لفتح النفاثة", source, 255, 0, 0, true ) end end ) function closejet(player) bindKey( player, "j", "down", function() if ( doesPedHaveJetPack(source) ) then removePedJetPack(source) end end ) end addEventHandler("onResourceStart", root, closejet) وش المشكلة لاهنتم Link to comment
N3xT Posted July 5, 2017 Share Posted July 5, 2017 أتوقع اللاعب يقدر يغير الزر حق النفاثة من اعدادات اللعبة ولا؟ اذا غيره بيصير كودك بدون أي فايدة 1 Link to comment
Mhmd.z Posted July 5, 2017 Share Posted July 5, 2017 (edited) onPlayerCommand الافضل انك تستخدم Edited July 5, 2017 by Mhmd.z Link to comment
+Source|> Posted July 5, 2017 Author Share Posted July 5, 2017 15 hours ago, N3xT said: أتوقع اللاعب يقدر يغير الزر حق النفاثة من اعدادات اللعبة ولا؟ اذا غيره بيصير كودك بدون أي فايدة انا ما لي دخل في تغييره لاني اتكلم عن المود نفسه لاني مقفل الفريروم ومافي نفاثه انا المود نفسه فيه حرف j حتى لو غيره ما يقدر يغيره بالمود 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