Hi. I make a command in my CMD who greets the players from the clan first, then the players from the faction.
The problem is it's just greeting the clan, not and the faction. Anyone know why?
The problem is it's just greeting the clan, not and the faction. Anyone know why?
Code:
0B34: samp register_client_command "hi" to_label @cmd_8
:cmd_8
SAMP.IsCommandTyped(20@)
say "/c Hello!"
say "/f Hello!"
SAMP.CmdRet()
Last edited: