16.12.2018, 12:39
Okay. I will need it. Thanks!
How to write CMD [/giverank [id] [rank]] /giverank 0 5 is how to make it a message that there is no such rank.
How to write CMD [/giverank [id] [rank]] /giverank 0 5 is how to make it a message that there is no such rank.
Код:
if(strcmp(rank, "1", true) == 0) else if(strcmp(rank, "2", true) == 0) else if(strcmp(rank, "3", true) == 0)