Quote:
Originally Posted by Eoussama
PHP код:
new str[34], pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(str, sizeof(str), "Welcome %s", pname);
GameTextForPlayer(playerid, str, 3000, 1);
|
is there a possible way to make them like sended in the following format
Welcome
jack Minner
underneath each other?