Convoy
#5

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;
    }
Reply


Messages In This Thread
Convoy - by soldierman - 27.07.2009, 19:37
Re: Convoy - by GTA_Rules - 27.07.2009, 19:55
Re: Convoy - by MadeMan - 27.07.2009, 19:55
Re: Convoy - by soldierman - 27.07.2009, 19:57
Re: Convoy - by MadeMan - 27.07.2009, 20:01
Re: Convoy - by soldierman - 27.07.2009, 20:18
Re: Convoy - by soldierman - 28.07.2009, 18:10
Re: Convoy - by Narimalla - 20.01.2012, 10:26
Re: Convoy - by milanosie - 20.01.2012, 10:31
Re: Convoy - by Unte99 - 20.01.2012, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)