[AJUDA] nГO Guento mais procurar
#1

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?
Reply
#2

peraai,
vo pegar minha bola de cristal para descobri de q gamemode!
Reply
#3

kkkkk tava esperano pergunta XD
Reply
#4

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?
Reply
#5

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


Forum Jump:


Users browsing this thread: 3 Guest(s)