likemike12 Posted June 11, 2016 Share Posted June 11, 2016 السلام عليكم ورحمة الله وبركاته رمضانكم مبارك +اللهم اقبل صيامنا وقيامنا وصلاواتنا في هذا الشهر الكريم يا اخواني انا مدري وش مشكلة هذا الكود شوفوه Client Side function ff () bindKey("jump", "down", Superman.onJump) end addEvent( "ff", true ) addEventHandler( "ff", thePlayer, ff ) Server Side Groups = { "VIP", } function check ( thePlayer, commandName, ... ) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) for i, v in ipairs ( Groups ) do if isObjectInACLGroup ( "user."..accName, aclGetGroup ( v ) ) then triggerClientEvent ( thePlayer, "ff", thePlayer, "ff" ) else return end end Link to comment
فاّرس Posted June 11, 2016 Share Posted June 11, 2016 ذي الاكواد كامله؟, اذا كامله : Superman.onJump = غير معرفه check ملف سيرفر لازم تستخدم الوظيفه Link to comment
likemike12 Posted June 11, 2016 Author Share Posted June 11, 2016 ذي الاكواد كامله؟, اذا كامله :Superman.onJump = غير معرفه check ملف سيرفر لازم تستخدم الوظيفه يا اخي ذا سوبر مان هذا الكود فيه عشان يطير اللاعب بعد القفزه Link to comment
فاّرس Posted June 11, 2016 Share Posted June 11, 2016 ادري, بس اطرح الاكواد كامله عشان نقدر نساعدك؟ 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