20.04.2009, 19:08
Here you go.
pawn Код:
//place this below //SendClientMessage(playerid, COLOUR_PERSONAL, "Warp Is Done.");
new string[128], player[MAX_PLAYER_NAME];
GetPlayerName(playerid, player, sizeof(player));
format(string, sizeof(string), "* %s (id: %d) warped to your position.", player,playerid);
SendClientMessage(warptoid, COLOR_COLOR, string);