Hey, how could I make that there will be 2 options available, like:
if 3 - iRound = 1, then it says round, otherwise rounds...
here is my code:
PHP Code:
client_print(id, print_chat, "You can use this only after %d round%s", 3 - iRound, "s" : " ")
EDIT: doh :S I searched and found answer.
ALSO one more question, to not create new topic I will write it here,
What is the difference between %i and %d, and which one should I use if I'm trying to print player money etc.