AmrOMohamed Posted January 5, 2016 Share Posted January 5, 2016 اريد كود يخليني لما اكتب في اف8 مثلا kill يموت Link to comment
nxFairlywell Posted January 5, 2016 Share Posted January 5, 2016 addCommandHandler("kill",function(p, cmd) if isElement(p) then killPed(p) else return end) Link to comment
TAPL Posted January 5, 2016 Share Posted January 5, 2016 تقدر تسويه كلينت او سيرفر، اختار الي يعجبك سيرفر addCommandHandler("kill", function(player) killPed(player) end) كلينت addCommandHandler("kill", function() setElementHealth(localPlayer, 0) end) Link to comment
AmrOMohamed Posted January 6, 2016 Author Share Posted January 6, 2016 مشاء الله عليك ي Tapl 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