Help me ( Payday and lotto )
#3

I suggest taking a look at this.

GetTime

Also, For the Men working, i dont know if your using an Enum or anything, but i would do it like this, [Related To My Script]

pawn Код:
if(PlayerInfo[playerid][pWorking] ==1)
{
    SendClientMessage(playerid,COLOR_GREEN,"You Have Recieved Money For Working!");
    GivePlayerMoney(playerid,1000);
}
if(PlayerInfo[playerid][pWorking] ==0)
{
    SendClientMessage(playerid,COLOR_GREEN,"You Have Recieved Welfare Money!Get A Job!");
    GivePlayerMoney(playerid,500);
}
Note: This is for my server, some things will need to be changed for your server.
Reply


Messages In This Thread
Help me ( Payday and lotto ) - by dat_nguyen - 24.08.2011, 16:38
Re: Help me ( Payday and lotto ) - by dat_nguyen - 25.08.2011, 02:50
Re: Help me ( Payday and lotto ) - by Mustang GT - 25.08.2011, 02:56
Re: Help me ( Payday and lotto ) - by dat_nguyen - 25.08.2011, 10:02
Re: Help me ( Payday and lotto ) - by dat_nguyen - 25.08.2011, 11:58
Re: Help me ( Payday and lotto ) - by dat_nguyen - 25.08.2011, 16:32

Forum Jump:


Users browsing this thread: 1 Guest(s)