[Pedido] Sistema de Caixinha - 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] Sistema de Caixinha (
/showthread.php?tid=245659)
[Pedido] Sistema de Caixinha -
Leo_Lost - 01.04.2011
Alguem ae que tem um sistema de Caixinha de ganhar nivel e grana a cada Payday Poderia postar aki pra mim ou alguem me ajudar a faser 1 Obgd
Re: [Pedido] Sistema de Caixinha -
zbt_Daimyo - 01.04.2011
Olha em releases La tem um GM do rjj SampForever baixe ele e veja como e!
Re: [Pedido] Sistema de Caixinha -
Leo_Lost - 01.04.2011
Eu tentei colocar ele + N deu certo
Re: [Pedido] Sistema de Caixinha -
Strong_ADM - 01.04.2011
eu faзo para vocк espere ai.
Re: [Pedido] Sistema de Caixinha -
Strong_ADM - 01.04.2011
no Top do GM
pawn Код:
static Caixinha[MAX_PLAYERS];
na sua
pawn Код:
public Payday coloque Caixinha[i] ++;
na sua public
pawn Код:
OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
Coloque
pawn Код:
if(newkeys == KEY_SECONDARY_ATTACK && IsPlayerInRangeOfPoint(playerid, 4.0, 1480.6571,-1638.2769,14.1484) && Caixinha[playerid] >= 1) {
static PegarValor, PegarValor2, rString[87];
Caixinha[playerid] = 0;
GivePlayerMoney(playerid, PegarValor = random(4000));
PlayerInfo[playerid][pExp] += PegarValor2 = random(5);
format(rString, sizeof(rString), "(PRESENTE) Aew manolo vocк ganhou R$ %d e %d de Respeito de presente aproveita viado", PegarValor, PegarValor2);
SendClientMessage(playerid, 0xAFAFAF66, rString);
return true;
}
if(newkeys == KEY_SECONDARY_ATTACK && IsPlayerInRangeOfPoint(playerid, 4.0, 1480.6571,-1638.2769,14.1484) && Caixinha[playerid] == 0)
return SendClientMessage(playerid, 0xAFAFAF66, "(PRESENTE) Manolo vocк jб pegou a caixinha aguarde atй o PayDay");
tenta aew manolo.
Re: [Pedido] Sistema de Caixinha -
Leo_Lost - 01.04.2011
vlw kra muito obgd :d
Re: [Pedido] Sistema de Caixinha -
Kirikage - 01.11.2012
Quote:
Originally Posted by Strong_ADM
no Top do GM
pawn Код:
static Caixinha[MAX_PLAYERS];
na sua
pawn Код:
public Payday coloque Caixinha[i] ++;
na sua public
pawn Код:
OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
Coloque
pawn Код:
if(newkeys == KEY_SECONDARY_ATTACK && IsPlayerInRangeOfPoint(playerid, 4.0, 1480.6571,-1638.2769,14.1484) && Caixinha[playerid] >= 1) { static PegarValor, PegarValor2, rString[87]; Caixinha[playerid] = 0; GivePlayerMoney(playerid, PegarValor = random(4000)); PlayerInfo[playerid][pExp] += PegarValor2 = random(5); format(rString, sizeof(rString), "(PRESENTE) Aew manolo vocк ganhou R$ %d e %d de Respeito de presente aproveita viado", PegarValor, PegarValor2); SendClientMessage(playerid, 0xAFAFAF66, rString); return true; } if(newkeys == KEY_SECONDARY_ATTACK && IsPlayerInRangeOfPoint(playerid, 4.0, 1480.6571,-1638.2769,14.1484) && Caixinha[playerid] == 0) return SendClientMessage(playerid, 0xAFAFAF66, "(PRESENTE) Manolo vocк jб pegou a caixinha aguarde atй o PayDay");
tenta aew manolo.
|
Tem como explicar Um pouco mano sou novato em pwn ainda