[COD]Pagamento por SetTimer
#1

//Topo Do GM
forward pagamento();

//public OnGameModeInit()
SetTimer("pagamento",60000, true);

//Final do GM
public pagamento()
{
for(new i=0; i<=MAX_PLAYERS; i++) GivePlayerMoney(i, 10000);
SendClientMessageToAll( COR, "|| •INFO• Vocк recebeu seu pagamento ||");
return 1;
}

Este codigo, da grana para todos do Servidor, em Settimer que vocк pode mudar. Esta em 60000 que й = 1 minuto. Vocк pode mduar o Valor e o Tempo que vocк quer.


Reply


Messages In This Thread
[COD]Pagamento por SetTimer - by GTA.Drifter - 28.08.2010, 21:24
Re: [COD]Pagamento por SetTimer - by [GET]Vidaloka - 28.08.2010, 21:25
Respuesta: [COD]Pagamento por SetTimer - by ipsBruno - 28.08.2010, 21:26
Re: [COD]Pagamento por SetTimer - by GTA.Drifter - 28.08.2010, 21:27
Re: [COD]Pagamento por SetTimer - by BiieL - 28.08.2010, 22:10
Re: [COD]Pagamento por SetTimer - by SuB_ZeRo0_ - 28.08.2010, 22:12
Re: [COD]Pagamento por SetTimer - by BiieL - 28.08.2010, 22:17
Re: [COD]Pagamento por SetTimer - by Link_ - 28.08.2010, 23:27
Respuesta: [COD]Pagamento por SetTimer - by ipsBruno - 28.08.2010, 23:39
Re: [COD]Pagamento por SetTimer - by GTA.Drifter - 28.08.2010, 23:47

Forum Jump:


Users browsing this thread: 1 Guest(s)