04.10.2011, 14:40
You've got to understand the code flow. It will check all of the 3 if-statements and execute any or all of them if the statement is true. Then the code reaches your Kick() statement and executes it every time, regardless of whether any of the preceding if-clauses were true. What you're looking for is possibly an if-elseif-else clause or a switch statement.
I suggest you read this thoroughly: https://sampwiki.blast.hk/wiki/Control_Structures
I suggest you read this thoroughly: https://sampwiki.blast.hk/wiki/Control_Structures