23.10.2011, 15:44
I think I see the problem, you are saving the players name as "str" and also trying to use "str" as a message. Try replacing
with
You are trying to send the message "string" but in the format it was "str". Hope this helps.
Код:
format(str, sizeof(str)
Код:
format(string, sizeof(string)