TimeSwitcher Posted March 1, 2015 Share Posted March 1, 2015 function kill(thePlayer) setElementHealth(thePlayer, 0) end addCommandHandler("kil", kill) it doesn't work idk why Link to comment
lonew000lf Posted March 2, 2015 Share Posted March 2, 2015 function kill (source) setElementData ( source, "blood", -10 ) end addCommandHandler ( "kill", kill ) Link to comment
HUNGRY:3 Posted March 20, 2015 Share Posted March 20, 2015 you're using for dayz or normal things? Link to comment
Tekken Posted March 20, 2015 Share Posted March 20, 2015 function kill(thePlayer) killPed(thePlayer) end addCommandHandler("kil", kill) 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