[Ajuda] money fica sumindo ajuda
#1

Eu estou utilizando uma JOB aki de um fs que eu botei na GM e quando eu recebo o dinheiro entra e sai na hora

GivePlayerCash(playerid, Constructor[playerid]*50);

stock GivePlayerCash(playerid, money)
{
SetPVarInt(playerid, "Cash", GetPVarInt(playerid, "Cash")+money);
GivePlayerMoney(playerid, money);
return 1;
}

stock ResetPlayerCash(playerid)
{
SetPVarInt(playerid, "Cash", 0);
return 1;
}
Reply


Messages In This Thread
money fica sumindo ajuda - by tcharles2011 - 30.06.2017, 17:18
Re: money fica sumindo ajuda - by IlanZ - 30.06.2017, 17:31
Re: money fica sumindo ajuda - by tcharles2011 - 01.07.2017, 12:59
Re: money fica sumindo ajuda - by tcharles2011 - 01.07.2017, 13:11
Re: money fica sumindo ajuda - by tcharles2011 - 01.07.2017, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)