Vehicle.SpawnAngle causes server to crash

Issue #17 wontfix
vicecitymultiplayer created an issue

I am trying to understand all these different types of angles, and found out about this bug when printing all possible angle types. Below is a snippet that crashed for me.

        local veh = CreateVehicle(205, 1, Vector(-1038.2107, 70.3865, 11.1406), 1.6069, 36, 17);
        print( "Spawnangle: " + veh.SpawnAngle );

(Latest build Stormeus made for me. Poseidon link)

Comments (5)

  1. Log in to comment