[AJUDA] nГO Guento mais procurar - 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: [AJUDA] nГO Guento mais procurar (
/showthread.php?tid=293114)
[AJUDA] nГO Guento mais procurar -
Marshall_Elite - 27.10.2011
Seguinte, estou com o Gamemod aqui codando tals, e quando fui roubar um local, da no maximo 1000 reais, vem uns 800 a 700 reais por roubo...
Entrei no Gamemod, procurei, procurei para aumentar o valor e nгo achei!
Alguйm da uma luz de onde esse bixinho se enfiou?
Re: [AJUDA] nГO Guento mais procurar -
[O.z]Caroline - 27.10.2011
peraai,
vo pegar minha bola de cristal para descobri de q gamemode!
Re: [AJUDA] nГO Guento mais procurar -
Marshall_Elite - 27.10.2011
kkkkk tava esperano pergunta XD
Re: [AJUDA] nГO Guento mais procurar -
Marshall_Elite - 27.10.2011
Quote:
public ReceberBancooo()
{
new pcash = robumonttt;
new robcash = random(pcash);
new string[256];
for(new i = 0; i < MAX_PLAYERS; i++)
if(PlayerToPoint(60.0, i, 962.9975,2096.6360,1011.0220))
{
format(string, sizeof(string), "Vocк conseguiu retirar R$%d do cofre. Fuja logo daqui!", robcash);
MoveDynamicObject(PortaPredio,2269.4428710938, 1668.3881835938, 1085.0467529297,5.0);
SetTimerEx("FecharPortaoForumSamp", 40000, 0, "i", i);
SendClientMessage(i, Yellow, string);
GivePlayerGP(i,robcash);
|
Serve?
Re: [AJUDA] nГO Guento mais procurar -
[O.z]Caroline - 27.10.2011
pawn Код:
public ReceberBancooo()
{
new pcash = robumonttt;
new robcash = random(7000 ) + 250;
new string[256];
for(new i = 0; i < MAX_PLAYERS; i++)
if(PlayerToPoint(60.0, i, 962.9975,2096.6360,1011.0220))
{
format(string, sizeof(string), "Vocк conseguiu retirar R$%d do cofre. Fuja logo daqui!", robcash);
MoveDynamicObject(PortaPredio,2269.4428710938, 1668.3881835938, 1085.0467529297,5.0);
SetTimerEx("FecharPortaoForumSamp", 40000, 0, "i", i);
SendClientMessage(i, Yellow, string);
GivePlayerGP(i,robcash);