Help with /warp command
#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


Messages In This Thread
Help with /warp command - by Jakku - 20.04.2009, 18:21
Re: Help with /warp command - by Rks25 - 20.04.2009, 19:08
Re: Help with /warp command - by Jakku - 21.04.2009, 05:57

Forum Jump:


Users browsing this thread: 1 Guest(s)