[Ajuda] Pagamento Mensal
#6

pawn Код:
if (strcmp("/payday", cmdtext, true, 8) == 0)
{
     for(new i; i < MAX_PLAYERS; ++i) GivePlayerMoney(i, 10000);
     SendClientMessageToAll(0xFFB400FF, " [EX] Todos receberam seu salario, parabйns!");
     return 1;
}


// ou

// topo
#define horas(%0) (1000 * %0 * 60 * 60)

//OnGameModeInit
SetTimer("PayDay", horas(1), true);

// final
forward PayDay()
public PayDay()
{
     for(new i; i < MAX_PLAYERS; ++i) GivePlayerMoney(i, 10000);
     SendClientMessageToAll(0xFFB400FF, " [EX] Todos receberam seu salario, parabйns!");
     return 1;
}
Reply


Messages In This Thread
Pagamento Mensal - by Caiton - 19.12.2014, 15:08
Re: Pagamento Mensal - by JonathanFeitosa - 19.12.2014, 19:39
Re: Pagamento Mensal - by paulotuto - 19.12.2014, 19:55
Re: Pagamento Mensal - by WendeLKILL - 19.12.2014, 20:00
Re: Pagamento Mensal - by paulotuto - 19.12.2014, 21:02
Re: Pagamento Mensal - by JonathanFeitosa - 19.12.2014, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)