[Ajuda] Sistema de roubo no banco
#1

Peguei esse sistema de uma GM e estou tentando colocar na minha GM mais estб dando esses erros
Код:
C:\Users\JOJO\Desktop\Brasil New Live\gamemodes\BPS.pwn(67252) : error 017: undefined symbol "TempoRoubo"
C:\Users\JOJO\Desktop\Brasil New Live\gamemodes\BPS.pwn(67252) : warning 215: expression has no effect
C:\Users\JOJO\Desktop\Brasil New Live\gamemodes\BPS.pwn(67252) : error 001: expected token: ";", but found "]"
C:\Users\JOJO\Desktop\Brasil New Live\gamemodes\BPS.pwn(67252) : error 029: invalid expression, assumed zero
C:\Users\JOJO\Desktop\Brasil New Live\gamemodes\BPS.pwn(67252) : fatal error 107: too many error messages on one line
Aqui estб o local que estб acusando o error
Код:
 new RStr[8];
    //=======================[Roubo Banco Comandos]========================
    CMD:decodificarporta(playerid)
	return ForT:dpb(playerid);
 	CMD:dpb(playerid)
    {
        if(!OrgsRoubo(playerid))
	    {
			SendClientMessage(playerid, COLOR_GREY, "Vocк nгo faz parte de uma Gang !");
            return 1;
		}
		if(!IsPlayerInRangeOfPoint(playerid , 2, 1445.1947,-979.6173,57.5156)) return SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vocк nгo estб na Porta do Banco !");
		if(IsPlayerInRangeOfPoint(playerid , 2, 1445.1947,-979.6173,57.5156))
		{
            if (BancoDecodificado1 == 1)
			{
    			SendClientMessage(playerid, COLOR_LIGHTBLUE,"A porta ja foi decodificada e estб aberta!");
    			return 1;
    		}
    		if (PortaBancoDec1[playerid] == 1)
			{
    			SendClientMessage(playerid, COLOR_LIGHTBLUE,"Vocк ja estб decodificando a porta!");
    			return 1;
    		}
    		if(temporoubobanco == 1)
	    	{
	   			SendClientMessage(playerid,COLOR_GREY,"Jб roubaram o cofre do banco espere 50 minutos para roubar de novo !");
	    		return 1;
	    	}
	    	new string[MAX_STRING];
	    	PortaBancoDec1[playerid] = 1;
	    	invadindo[playerid] = 1;
			format(string, sizeof(string), "*** %s tenta decodificar a porta.", PlayerName(playerid));
			ProxDetector(10.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            Tempoinvadindo[playerid] = gettime()+1*10;
			format(RStr, 8, "%s", ConvertTime(Tempoinvadindo[playerid] - gettime()));
			PlayerTextDrawSetString(playerid, TempoRoubo[playerid], RStr);
			MostrarRoubo(playerid);
			SetTimerEx("decodificar2",10000,0,"i",playerid);
            WantedPoints[playerid]+=1;
    		SetPlayerCriminal(playerid,255,"Decodificar a porta do Banco");
		}
Quem puder me ajudar eu agradeзo!!
Reply
#2

Certifique-se de que a variбvel "TempoRoubo" sequer existe para que possa ser aplicada.
Reply
#3

//==============[Roubo Banco]==========================
new BancoPortaDec1;
new BancoPortaDec2;
new bombac42;
new PortaBancoDet;
new BancoDecodificado1;
new BancoDecodificado2;
new BancoDetonado;
new PortaBancoDec1[MAX_PLAYERS];
new PortaBancoDec2[MAX_PLAYERS];
new CofreBancoDet[MAX_PLAYERS];
new temporoubobanco = 0;
new roubobanco;
new ProvocoBanco[MAX_PLAYERS];

Seria isso?
jб tem
Reply
#4

Quote:
Originally Posted by smkfodao
Посмотреть сообщение
//==============[Roubo Banco]==========================
new BancoPortaDec1;
new BancoPortaDec2;
new bombac42;
new PortaBancoDet;
new BancoDecodificado1;
new BancoDecodificado2;
new BancoDetonado;
new PortaBancoDec1[MAX_PLAYERS];
new PortaBancoDec2[MAX_PLAYERS];
new CofreBancoDet[MAX_PLAYERS];
new temporoubobanco = 0;
new roubobanco;
new ProvocoBanco[MAX_PLAYERS];

Seria isso?
jб tem
Nгo tem nгo preste mais atenзгo pois falta a TempoRoubo e ela nгo consta ali '-'
Reply
#5

Vou procurar aqui
Reply
#6

Vocк tб bem perdido...
Vamos partir do princнpio onde vocк quer que a variбvel "TempoRoubo", a qual vocк estб usando, tenha funcionalidade, certo?
Para isso, ela deve existir.
Basta adicionar isso:
pawn Код:
new TempoRoubo[MAX_PLAYERS];
Reply
#7

cade a definiзгo do TempoRoubo?
Reply
#8

Forward Tempo de Roubo
vocкs pode colocar Um Random tipo cria 20 tempo deferentes para o Random escolher para ele avisar: Robem o Banco para todos.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)