s1mple Posted November 14, 2015 Share Posted November 14, 2015 function nevesfunctionhue() local quant = guiGridListGetItemText ( gridlistItems["inventory"], guiGridListGetSelectedItem ( gridlistItems["inventory"] ), 3) setTimer(Playerkill,100,quant) end addEventHandler("onClientGUIClick", buttonItems["inventory3"], nevesfunctionhue) i wan't if i press the button, then he kill me. ITS DAYZ GAMEMODE Link to comment
jingzhi Posted November 15, 2015 Share Posted November 15, 2015 function nevesfunctionhue() local quant = guiGridListGetItemText ( gridlistItems["inventory"], guiGridListGetSelectedItem ( gridlistItems["inventory"] ), 3) setTimer(Playerkill,100,quant) end addEventHandler("onClientGUIClick", buttonItems["inventory3"], nevesfunctionhue) i wan't if i press the button, then he kill me. ITS DAYZ GAMEMODE Can you make your question clearer and upload the full code? 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