Payday system?
#1

Is this the correct format for a Payday system?
pawn Код:
forward payday(playerid);
public payday(playerid)
{
    print("Payday has arrvied");
    SendClientMessage(playerid, COLOR_ADMIN, "P_______A_______Y_______D_______A_______Y");
    SendClientMessage(playerid, COLOR_ADMIN, "$500 Has been added to your bank account");
    GivePlayerMoney(playerid, 500);
}
?
Reply


Messages In This Thread
Payday system? - by Luis- - 24.10.2010, 22:01
Re: Payday system? - by Bogdanovic - 24.10.2010, 22:12
Re: Payday system? - by admantis - 24.10.2010, 22:37
Re: Payday system? - by WillyP - 24.10.2010, 23:10
Re: Payday system? - by Lenny the Cup - 24.10.2010, 23:22

Forum Jump:


Users browsing this thread: 1 Guest(s)