05.04.2013, 08:37
As the title says how would I do it if a line is to long to make a new one and paste the rest of the text there.
SendClientMessage(playerid, RED, "Welcome to this Server, Have a fun time playing here,");
SendClientMessage(playerid, RED, "Invite ur friends to get gifts etc..
I don't really know wht u mean Do mean this?
Like if a sentence is - Welcome to this Server, Have a fun time playing here, Invite ur friends to get gifts etc.. And the screen fits only till 'Have a funtime playing here,' then you do it like this pawn Код:
Welcome to this Server, Have a fun time playing here, Invite ur friends to get gifts etc.. You paste this one below the other if you want them to be shown on the screen all together. |
format(string, sizeof(string), "{4978BA}(N) {1958B0}%s {4978BA}%s: {1958B0}%s", OOCRanks[Rank1], GetName(playerid), params);
SendClientMessageToAll(NEWBIE_CHAT, string);
Player[playerid][CanUseNewbie] = 0;
new string[] = \
"Hello World!\
Don't you just love backslashes?"\
I do.";
new
x,
y,
z;
SetPlayerPos(
playerid,
0.0,
0.0,
3.0
);