23.11.2017, 22:47
Hi. I using custom objects++RemoveBuildingForPlayer(but i ain't remove any objects in Los Santos) So probably i found a bug.
When I create vehicle for player, and put him to this vehicle + change VW, then player still staying in his before position on minimap, and something weird happend: https://i.imgur.com/PocsMAq.png
---
CreateVehicle....
SetVehicleVirtualWorld(playerVehicle[playerid], 10+playerid);
SetPlayerVirtualWorld(playerid, 10+playerid);
PutPlayerInVehicle(playerid, playerVehicle[playerid], 0);
---
In VirtualWorld 0 everything works fine!
In 0.3.7 everything works fine with all VirtualWorlds!
When I create vehicle for player, and put him to this vehicle + change VW, then player still staying in his before position on minimap, and something weird happend: https://i.imgur.com/PocsMAq.png
---
CreateVehicle....
SetVehicleVirtualWorld(playerVehicle[playerid], 10+playerid);
SetPlayerVirtualWorld(playerid, 10+playerid);
PutPlayerInVehicle(playerid, playerVehicle[playerid], 0);
---
In VirtualWorld 0 everything works fine!
In 0.3.7 everything works fine with all VirtualWorlds!