[Pedido] Tutorial de Moedas/Pontos - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Tutorial de Moedas/Pontos (
/showthread.php?tid=633250)
Tutorial de Moedas/Pontos -
GabrielMT - 28.04.2017
Ola ... vim atй ao forum samp para pedi algum tutorial de Moedas/Cash secundarias ... estou precisando de um tutorial desse, se vc sabe um Tutorial Bom por favor Comente ... Obrigado!.
Re: Tutorial de Moedas/Pontos -
TheBob - 28.04.2017
fale mais ou menos como vocк deseja que esteja pronto esse sistema?
Vбriбvel = Cash;
Cash = variбvel;
return Cash;
Re: Tutorial de Moedas/Pontos -
GabrielMT - 28.04.2017
Q, '-' nгo entendi ... Sу quero algum link de algum tutorial sobre moedas secundarias
Re: Tutorial de Moedas/Pontos -
Adiiti - 28.04.2017
Mano basta criar um variбvel para isso. Nгo tem nada que saber
Re: Tutorial de Moedas/Pontos -
IlanZ - 28.04.2017
Toma uma base ai, com 1 variavel.
PHP код:
enum CashEnum
{
Cash
}
new CashPlayer[MAX_PLAYERS][CashEnum];
CMD:darcash(playerid)
{
CashPlayer[playerid][Cash] += 1000;
return 1;
}
CMD:virarmacho(playerid)
{
if(CashPlayer[playerid][Cash] < 500) return SendClientMessage(playerid,-1, "vc n tem cash e voltarб a ser gay");
SendClientMessage(playerid, -1, "cabra macho");
return 1;
}
Re: Tutorial de Moedas/Pontos -
GabrielMT - 28.04.2017
Krl, Vlw IlanZ, nгo tinha noзгo de como comeзar a fazer isso, Obrigado mesmo brodi
Obrigado tmb TheBob e Adiiti vlw!!