Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Sir. Cucuruchito

#1
Hi everyone, I am writing a function for detect bank locations and ATMs. In this moment, I have got this:

main.nut
// BANK LOCATIONS
banks <- [
"-921.229, -355.514, -928.713, -326.602, -901.457, -326.602, -901.457, -355.519", // elBancoCorruptoGrande
"357.028, 1127.34, 356.961, 1132.15, 359.17, 1132.33, 359.462, 1127.27", // atmMall
"6.47041, -949.763, 1.30694, -949.764, 1.51372, -947.378, 6.33632, -947.53", // atmWashingtonMallRightSide
"1.44156, -928.274, 6.39117, -928.274, 6.37502, -930.697, 1.46436, -930.314" // atmWashingtonMallLeftSide
]

another_one.nut
function isPlayerIntoBank(player) {
    local found = false;

    for(local i = 0; i < banks.len() && !found; i++) {
        if(InPoly(player.Pos.x, player.Pos.y, banks[i]))
            found = true;
    }

    return found;
}



In the wiki say that the arguments are two floats (player.Pos) and an string / array / floats, but fails.
#2
Description
Since 04rel006, I think. If the helicopter's own weapon or rocket weapon reaches him. (untested other cases)

Reproducible
Only flying.

What you were doing when the bug happened
Playing.

What you think caused the bug
I don't know.

System specifications
  • VC Steam Version
  • Windows 10

Video test
https://youtu.be/SltsDSMFuE0
#3
Description
Since 04rel006, I think. When the another player's jumps from moving vehicle.

Reproducible
Only yes is another player.

What you were doing when the bug happened
To jump from the moving vehicle.

What you think caused the bug
Possible desynchronization.

System specifications
  • VC Steam Version
  • Windows 10

Video test
https://youtu.be/ao1cc4yC40I
#4
Description
Since 04rel005, the sniper weapons don't work. If you try to shoot, it don't work.

Reproducible
Always

What you were doing when the bug happened
I was trying to shoot with the sniper.

What you think caused the bug
I don't know.
#5
Description
The player does not see the animations of the other when hitting him

Reproducible
Always

What you were doing when the bug happened
When I am hitting other player.
https://youtu.be/f1m3rhF8rzs

What you think caused the bug
I don't know.