How can I tell the difference between the values of the 2nd argument, for example:
-amx_slap ehha 0
-amx_slap ehha
I want to make a concmd that does:
-something1 if 2nd arg is 0
-something2 if 2nd arg is not present
-something3 if 2nd arg is > 0
-nothing if 2nd arg is < 0