18.03.2011, 07:40
Pretty sure \n doesn't work in sendclientmessage, but you could always do.
You don't need to use format when you're not formatting anything.
pawn Code:
CMD:forums(playerid,params[])
{
SendClientMessage(playerid, COLOR_ORANGE,"---.---.org (Note:Your account on the forums has been auto-created.");
SendClientMessage(playerid, COLOR_ORANGE,"You can login using your ingame username and password on the forums.");
return 1;
}