27.07.2009, 20:01
pawn Код:
if (strcmp("/startconvoy", cmdtext, true, 10) == 0)
{
new playername[MAX_PLAYER_NAME], msg[128];
GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
format(msg, sizeof(msg), "%s wants to start a convoy type /joinconvoy if you want to join them ", playername);
SendClientMessageToAll(COLOR_YELLOW,msg);
return 1;
}