Professional Posted July 12, 2016 Share Posted July 12, 2016 (edited) السلام عليكم شو المشكله بل كود addCommandHandler("op", function () triggerServerEvent("hh", localPlayer) end) يقلي بدي بق attempt to call global 'triggerServerEvent' (a nil value ) شو المشكله ولله ما شفت مشكله Edited July 12, 2016 by Guest Link to comment
Professional Posted July 12, 2016 Author Share Posted July 12, 2016 نأقص قوص # القوص موجود بس نسيت انسخه واحطه Link to comment
Ahmed Ly Posted July 12, 2016 Share Posted July 12, 2016 function start () triggerServerEvent("hh",localPlayer) end addCommandHandler("op",start) Link to comment
Professional Posted July 12, 2016 Author Share Posted July 12, 2016 function start () triggerServerEvent("hh",localPlayer) end addCommandHandler("op",start) نفس المشكله Link to comment
Ahmed Ly Posted July 12, 2016 Share Posted July 12, 2016 function start () triggerServerEvent("hh",localPlayer) end addCommandHandler("op",start) نفس المشكله جرب هدا function start (player) triggerServerEvent(player,"hh",player) end addCommandHandler("op",start) Link to comment
justboy Posted July 12, 2016 Share Posted July 12, 2016 تأككذ من الميتا انك حاطه client . Link to comment
Professional Posted July 12, 2016 Author Share Posted July 12, 2016 تأككذ من الميتا انك حاطه client . يب من الميتا صح شكرا تمت الافاده مشكورين كل الي ساعدوني 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