#BrosS Posted May 9, 2017 Posted May 9, 2017 (edited) -- Server # addCommandHandler getPlayerSerial triggerClientEvent -- Client addEvent guiSetVisible Edited May 9, 2017 by #BrosS
Doffy Posted May 10, 2017 Posted May 10, 2017 17 hours ago, #BrosS said: -- Server # addCommandHandler getPlayerSerial triggerClientEvent -- Client addEvent guiSetVisible او ممكن يسوي جدول ويحط فيه كذا سيريال علشان يكون اسهل له علشان اذا كان يبي يضيف سيريال ثاني معه
Adham Posted May 10, 2017 Posted May 10, 2017 49 minutes ago, KinG_Himoo12 said: او ممكن يسوي جدول ويحط فيه كذا سيريال علشان يكون اسهل له علشان اذا كان يبي يضيف سيريال ثاني معه علي حسب هوا وش يبي لاكن هوا كاتب فوق سريال محدد كود بروس صح م محتاج ردك
Master_MTA Posted May 10, 2017 Posted May 10, 2017 19 hours ago, Lion Kennedy said: اريد اعمل لوحة تفتح بكلمة باف8 بس لسريال محدد local serials={'serial1','serial2','serial3'} addCommandHandler('opengui',root,function(plr) if plr then if serials[getPlayerSerial(plr)] then triggerClientEvent(plr,'evntname',plr) end end end) بالتوفيق
MR.StoRm Posted May 11, 2017 Posted May 11, 2017 20 hours ago, Master_MTA said: local serials={'serial1','serial2','serial3'} addCommandHandler('opengui',root,function(plr) if plr then if serials[getPlayerSerial(plr)] then triggerClientEvent(plr,'evntname',plr) end end end) بالتوفيق --------- local serials={'serial1','serial2','serial3'} addCommandHandler('opengui',function(plr) if plr then if serials[getPlayerSerial(plr)] then triggerClientEvent(plr,'evntname',plr) end end end) @Master_MTA 1
Master_MTA Posted May 11, 2017 Posted May 11, 2017 9 hours ago, Abdul KariM said: @Master_MTA راجع ثاني سطر lol لعن الله الرياضيات لحست مخي +_+
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