27.11.2013, 02:10
Unica coisa que achei foi isso aki que estava em OnPlayerUpdate
Код:
stock GivePlayerGrana(playerid, ammount) { new ammgive[128]; GivePlayerMoney(playerid, dini_Int(ammgive, "Dinheiro")+ammount); format(ammgive, sizeof(ammgive), PASTA_CONTAS, GetPlayerNameEx(playerid)); return dini_IntSet(ammgive, "Dinheiro", dini_Int(ammgive, "Dinheiro")+ammount); }