SAM!! Posted June 30, 2018 Share Posted June 30, 2018 سيرفر addEvent ( "VIP20", true ) addEventHandler ( "VIP20", root, function ( ) executeCommandHandler("VIP") end end ) كلنت addEventHandler('onClientGUIClick', root, function ( ) if source == btn.vip then guiSetVisible( wnd1, false ) showCursor( false ) triggerServerEvent("VIP20", localPlayer) end end ) ماحطيت executeCommandHandler("VIP") في الكلنت لان الكوماند للمود الثاني موجودة في السيرفر ياريت احد يصحح لي الاكواد الي فوق Link to comment
N3xT Posted June 30, 2018 Share Posted June 30, 2018 مالها شغل بمكان الكوماند addEventHandlerad ('onClientGUIClick', root, function ( ) if source == btn.vip then guiSetVisible( wnd1, false ) showCursor( false ) executeCommandHandler("VIP") end end ) Link to comment
TAPL Posted June 30, 2018 Share Posted June 30, 2018 (edited) 20 minutes ago, SAM!! said: addEvent ( "VIP20", true ) addEventHandler ( "VIP20", root, function ( ) executeCommandHandler("VIP") end end ) عندك اند زايد executeCommandHandler عندك اند زايد وناقص ارقمنت اللاعب في فنكشن Edited June 30, 2018 by TAPL Link to comment
SAM!! Posted June 30, 2018 Author Share Posted June 30, 2018 TAPL تابل ساعدني بموضوعي التاني ماحدا عارف يساعدني https://forum.multitheftauto.com/topic/106035-طلب-مساعدة-بكود/ SAM!! انت الي بتعرف تساعدني Link to comment
N3xT Posted June 30, 2018 Share Posted June 30, 2018 (edited) تعديل, الكيبورد مدري وش فيه اذا نسخت شيء يضيف عليه حروف addEventHandler ('onClientGUIClick', root, function ( ) if source == btn.vip then guiSetVisible( wnd1, false ) showCursor( false ) executeCommandHandler("VIP") end end ) Edited June 30, 2018 by N3xT 1 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