08.02.2015, 15:55
pawn Код:
new string[128], uName[MAX_PLAYER_NAME];
GetPlayerName(playerid, string, sizeof(string));
GetPlayerName(teleid, uName, sizeof(uName));
format(string, sizeof(string), "{ff0000}[GOTO]:%s It Has Been Teleported To %s!", string, uName);
SendClientMessageToAll(COLOR_YELLOW, string);