18.03.2011, 07:32
Code:
CMD:forums(playerid,params[])
{
new s[128];
format(s,128,"---.---.org (Note:Your account on the forums has been auto-created.\n You can login using your ingame username and password on the forums.");
SendClientMessage(playerid, COLOR_ORANGE,s);
return 1;
}

