Random war script
#8

Bumping thread everytime will not help you. It will only give you a free infraction.

Try this?

pawn Код:
stock TeamName(teamid)
{
    new team[32];
    switch(teamid)
    {
        case T_ENGLAND: format(team, sizeof(team), "England");
        case T_RUSSIA: format(team, sizeof(team), "Russia");
        case T_IRAQ: format(team, sizeof(team), "Iraq");
        case T_MEXICO: format(team, sizeof(team), "Mexico");
    }
    return team;
}
Reply


Messages In This Thread
Random war script - by Recko - 27.03.2014, 10:38
Re: Random war script - by iThePunisher - 27.03.2014, 11:34
Re: Random war script - by Konstantinos - 27.03.2014, 11:43
Re : Random war script - by Recko - 27.03.2014, 12:41
Re : Random war script - by Recko - 27.03.2014, 13:00
Re : Random war script - by Recko - 27.03.2014, 13:25
Re : Random war script - by Recko - 27.03.2014, 13:57
Re: Random war script - by iZN - 27.03.2014, 13:59
Re: Re : Random war script - by BroZeus - 27.03.2014, 14:04
Re : Random war script - by Recko - 27.03.2014, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)