03.01.2010, 09:12
hey,i dont really know how to describe it but theres my code
and the problem is,it only shows %s Joined the server. (Joined
and nothing more,how to make that the lines can be longer?
pawn Код:
{
new pName[MAX_PLAYER_NAME];
new string[48];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), " %s Joined the server. (Joined)", pName);
SendClientMessageToAll(0x9ACD32AA, string);
}
and nothing more,how to make that the lines can be longer?