What's wrong?
#4

You are using SendClientMessage as a format. You should first use 'format(string, sizeof(string), "input"); then use SendClientMessage(playerid, color, string);
Which would look like:
Код:
format(string, sizeof(string), "input");
SendClientMessage(playerid, color, string);
The output of the message would be 'input' sending it to the defined 'playerid'.
Reply


Messages In This Thread
What's wrong? - by Face9000 - 17.12.2011, 17:52
Re: What's wrong? - by kizla - 17.12.2011, 17:53
Re: What's wrong? - by Face9000 - 17.12.2011, 17:57
Re: What's wrong? - by Berky - 17.12.2011, 18:06
Re: What's wrong? - by Face9000 - 17.12.2011, 18:43
Re: What's wrong? - by -Rebel Son- - 17.12.2011, 21:06
Re: What's wrong? - by MaxSaint - 17.12.2011, 21:08
Re: What's wrong? - by -Rebel Son- - 17.12.2011, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)