18.11.2018, 21:57
Olб eu deposito 480 reais no banco.
Resta-me 20. atй ai ok!
Ai eu relogo jб spawno 40$
Oque poderб ser? '-'
EDIT
Serб esse sistema que eu acho que й de anti money quem puder me ajudar agradeзo xd
Resta-me 20. atй ai ok!
Ai eu relogo jб spawno 40$
Oque poderб ser? '-'
EDIT
PHP код:
forward AtualizarGrana();
public AtualizarGrana()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
ResetPlayerMoney( i);
GivePlayerMoney(i, GetPlayerGrana( i));
}
}
PHP код:
SetTimer("AtualizarGrana", 1000, true);
PHP код:
new Grana[MAX_PLAYERS];
PHP код:
stock GivePlayerGrana(playerid, ammount) return Grana[playerid] += ammount;
stock GetPlayerGrana(playerid) return Grana[playerid];
stock ResetPlayerGrana(playerid) return Grana[playerid] = 0;