View Single Post
Author Message
man_s_our
Senior Member
Join Date: Jul 2017
Location: aim_taliban
Old 03-19-2018 , 20:30   some keypress detecting
Reply With Quote #1

I'm trying to make some weapon switch related functions.
so I used this
Code:
	register_clcmd("slot1","s1",ADMIN_USER)
	register_clcmd("slot2","s2",ADMIN_USER)
	register_clcmd("slot3","s3",ADMIN_USER)
	register_clcmd("slot4","s4",ADMIN_USER)
	register_clcmd("slot5","s5",ADMIN_USER)
but it seems that none of the functions worked.
what's wrong here?
__________________

Last edited by man_s_our; 03-19-2018 at 20:31.
man_s_our is offline