S4MuEL Posted April 11, 2013 Share Posted April 11, 2013 (edited) السلآمم عليكمم ، هل يوجد فنكششن لـ إلغاء النفآثةة بـ منطقةة محددةة ؟ يعني مثلآ إذآ شخص دخل سسآحةة وظغط j م تجيهه النفآثةة = \ وإذآ خخرج يممديهه Edited April 11, 2013 by Guest Link to comment
iPrestege Posted April 11, 2013 Share Posted April 11, 2013 removePedJetPack وتقدر تعدل الفري روم # Link to comment
S4MuEL Posted April 11, 2013 Author Share Posted April 11, 2013 ممآ إسستخدمم unbindKey ? Link to comment
iPrestege Posted April 11, 2013 Share Posted April 11, 2013 تقدر تسوي داتا بالفري روم # setElementData getElementData مثال : addCommandHandler("hide", function() setElementData(localPlayer,"JetPack",true) end ) function toggleJetPack() if getElementData(localPlayer,"JetPack") == true then return end if not doesPlayerHaveJetPack(g_Me) then server.givePlayerJetPack(g_Me) guiCheckBoxSetSelected(getControl(wndMain, 'jetpack'), true) else server.removePlayerJetPack(g_Me) guiCheckBoxSetSelected(getControl(wndMain, 'jetpack'), false) end end bindKey('j', 'down', toggleJetPack) addCommandHandler('jetpack', toggleJetPack) addCommandHandler('jp', toggleJetPack) Link to comment
S4MuEL Posted April 11, 2013 Author Share Posted April 11, 2013 الكود يلي حططيتهه فوقق م فهمتهه , ! وش يسسوي ؟ Link to comment
iPrestege Posted April 11, 2013 Share Posted April 11, 2013 هذا مثال لو تكتب في اف8 hide وتضغط ت مايعطيك نفاثة لاني مسوي الداتا ترو # 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