Payday
#1

I made a Payday Timer set for 1 minute but it is not working,

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

forward Payday();

public Payday()
{
    new Payday;
    Payday = GivePlayerMoney(playerid, 1000);
    SendClientMessage(playerid, COLOR_RED, "..:Payday:..");
    SendClientMessage(playerid, COLOR_WHITE, "You have recieved $1000 in to your bank"
    SendClientMessage(playerid, COLOR_RED, "Spend it wisley!");
    return 1;
}
Help D:
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: 2 Guest(s)