Payment time
#4

pawn Код:
foreach(Player, i)
{
    if(Houses[i][ /* place the variable here to check if he owns a house */ ] == true)
    {
        SendClientMessage(i, -1, "Payments!");
        GivePlayerMoney(i, [money here]);
    }
}
Reply


Messages In This Thread
Payment time - by juraska - 01.11.2011, 10:51
Re: Payment time - by juraska - 01.11.2011, 11:58
Re: Payment time - by juraska - 01.11.2011, 14:27
Re: Payment time - by Pinguinn - 01.11.2011, 14:38
Re: Payment time - by juraska - 01.11.2011, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)