01.09.2015, 19:27
Coloque isso no comando!
PHP код:
new Name[MAX_PLAYER_NAME], Msg[128];
GetPlayerName(playerid, Name, sizeof(Name));
format(Msg, 128, "O jogador %s foi para Las Venturas!", Name);
SendClientMessageToAll(0xFFFFFFFF, Msg);