Help with /warp command
#1

I have following warp cmd. I want to that a message, when the player I warped, get a message: Admin has warped to your position, where in that i must put it and what could I put?

Код:
Command code removed - Jakku
Reply
#2

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);
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)