[Ajuda] Level, Estudo e Grana inicial
#5

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);
}
Reply


Messages In This Thread
Level, Estudo e Grana inicial - by MacacuVuador - 27.11.2013, 01:54
Re: Level, Estudo e Grana inicial - by zG - 27.11.2013, 01:59
Re: Level, Estudo e Grana inicial - by Macintosh - 27.11.2013, 02:00
Re: Level, Estudo e Grana inicial - by MacacuVuador - 27.11.2013, 02:04
Re: Level, Estudo e Grana inicial - by MacacuVuador - 27.11.2013, 02:10
Re: Level, Estudo e Grana inicial - by Macintosh - 27.11.2013, 02:15
Re: Level, Estudo e Grana inicial - by MacacuVuador - 27.11.2013, 02:19
Re: Level, Estudo e Grana inicial - by Schocc - 27.11.2013, 02:23
Re: Level, Estudo e Grana inicial - by MacacuVuador - 27.11.2013, 02:25
Re: Level, Estudo e Grana inicial - by willttoonn - 27.11.2013, 02:28

Forum Jump:


Users browsing this thread: 1 Guest(s)