[HELP] How to add new line
#5

Quote:
Originally Posted by Syntax
Посмотреть сообщение
Try and do it like this:
pawn Код:
format(string, sizeof(string), "ONE!");
SendClientMessage(playerid,COLOR_RED,string);
format(string, sizeof(string), "TWO!");
SendClientMessage(playerid,COLOR_ORANGE,string);
format(string, sizeof(string), "THREE!");
SendClientMessage(playerid,COLOR_GREEN,string);
Why not just do

pawn Код:
SendClientMessage(playerid,COLOR_GREEN,"ONE")
SendClientMessage(playerid,COLOR_GREEN,"TWO")
SendClientMessage(playerid,COLOR_GREEN,"THREE")
Reply


Messages In This Thread
[HELP] How to add new line - by anito - 05.08.2012, 09:34
Re: [HELP] How to add new line - by ReneG - 05.08.2012, 09:38
Re: [HELP] How to add new line - by Syntax - 05.08.2012, 09:39
Re: [HELP] How to add new line - by anito - 05.08.2012, 09:40
Re: [HELP] How to add new line - by iggy1 - 05.08.2012, 09:42
Re: [HELP] How to add new line - by Universal - 05.08.2012, 09:49
Re: [HELP] How to add new line - by Misiur - 05.08.2012, 10:08

Forum Jump:


Users browsing this thread: 3 Guest(s)