[Pedido] parar roubo
#1

tipo quando o player q estб roubando se ele sair do local, tipo ele ta na loja 1 ai ele sai pra fora, o roubo para, aparece q ele с consegue rouba.
Ajuda awe.
Reply
#2

Й sу adicionar IsPlayerInRangeOfPoint ao cуdigo
Reply
#3

em q parte add iso?
pawn Код:
public RouboBanco(playerid)
{
    KillTimer(tempobanco);
    if(!PlayerToPoint(8.0,playerid,2141.221923,1642.316802,992.978110))
    {
        format(gstring, sizeof(gstring), "%s e os %s nгo conseguiram roubar o cofre do Banco! ID:[%d]", PlayerName(playerid), NomeORG(playerid), playerid);
        SendClientMessageToAll(GetPlayerColor(playerid), gstring);
        SendClientMessage(playerid, COLOR_GREY, "Vocк nгo estб no cofre do banco.");
        ClearAnimations(playerid);
        RemovePlayerAttachedObject(playerid,3);
        ProvocoBanco[playerid] = 0; roubando[playerid] = 0; roubobanco = 0; KillTimer(tempobanco); temporoubobanco= 0;
        return 1;
    }
    ForPlayers(i)
    {
Reply
#4

ME AJUDA AI AONDE ADD ISSO NO CODE?
Reply
#5

aonde coloco isso?
Reply
#6

Tente:

pawn Код:
else if(PlayerToPoint(8.0,playerid,2141.221923,1642.316802,992.978110))
    {
        format(gstring, sizeof(gstring), "%s e os %s nгo conseguiram roubar o cofre do Banco! ID:[%d]", PlayerName(playerid), NomeORG(playerid), playerid);
        SendClientMessageToAll(GetPlayerColor(playerid), gstring);
        SendClientMessage(playerid, COLOR_GREY, "Vocк nгo estб no cofre do banco.");
        ClearAnimations(playerid);
        RemovePlayerAttachedObject(playerid,3);
        ProvocoBanco[playerid] = 0; roubando[playerid] = 0; roubobanco = 0; KillTimer(tempobanco); temporoubobanco= 0;
        return 1;
    }
    ForPlayers(i)
    {
Reply
#7

с funfo, da erro na compilaзгo, ele nem xega a compilar, fala q o pawno parou de funcionar.
Reply
#8

e so colocar "}" no final .-.
Reply
#9

с foi coloquei } no final e da o mesmo erro, o programa para de funciona
Reply
#10

pawn Код:
public RouboBanco(playerid)
{
    KillTimer(tempobanco);
    if(!IsPlayerInRangeOfPoint(playerid, 8.0 ,2141.221923,1642.316802,992.978110))
    {
        format(gstring, sizeof(gstring), "%s e os %s nгo conseguiram roubar o cofre do Banco! ID:[%d]", PlayerName(playerid), NomeORG(playerid), playerid);
        SendClientMessageToAll(GetPlayerColor(playerid), gstring);
        SendClientMessage(playerid, COLOR_GREY, "Vocк nгo estб no cofre do banco.");
        ClearAnimations(playerid);
        RemovePlayerAttachedObject(playerid,3);
        ProvocoBanco[playerid] = 0;
        roubando[playerid] = 0;
        roubobanco = 0;
        KillTimer(tempobanco);
        temporoubobanco= 0;
        return 1;
    }
    ForPlayers(i)
    {
    // Continuaзгo do Cуdigo
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)