Payday
#5

pawn Код:
SetTimer("Payday", 60*1000, true);
    return 1;
}

forward Payday();

public Payday()
{
    new Payday;
    for(new i; i < MAX_PLAYERS; i++) {
    Payday = GivePlayerMoney(i, 1000);
    SendClientMessage(i, COLOR_RED, "..:Payday:..");
    SendClientMessage(i, COLOR_WHITE, "You have recieved $1000 in to your bank"
    SendClientMessage(i, COLOR_RED, "Spend it wisley!");
    }
    return 1;
}
Reply


Messages In This Thread
Payday - by Luis- - 07.08.2010, 14:09
Re: Payday - by ViruZZzZ_ChiLLL - 07.08.2010, 14:14
Re: Payday - by Luis- - 07.08.2010, 15:30
Re: Payday - by Luis- - 07.08.2010, 16:40
Re: Payday - by Hiddos - 07.08.2010, 16:42
Re: Payday - by -Rebel Son- - 07.08.2010, 16:48

Forum Jump:


Users browsing this thread: 3 Guest(s)