08.03.2013, 22:13
Hello there,
Is it possible to create constant vehicles that can exists in all virtual worlds?
Thanks,
Is it possible to create constant vehicles that can exists in all virtual worlds?
Thanks,
for(new vw = 0; i < 2147483647 ; i++)
{
SetVehicleVirtualWorld(vehicle id, vw);
}
I think AIped got point.
Since it is the same vehicle. Look at another example. Player Romel which is me is in virtual world 0. I will enter as Passenger. Player Jellal is in virtual world 1. He will enter as Driver. Nothing wrongs right? everything is fine. 2 Passenger slot left. Player Hamachia is in virtual world 2. She will enter as Passenger 2. Still normal. Player Xenia is in virtual world 3. She will enter as Passenger 3. Full capacity no one can enter in the vehicle anymore. But this would become buggy in other virtual world. Since other virtual world players cannot see other players from other virtual world. So it will be appear that the car that is full capacity will be empty. When player enter on it. It may cause something like Client bugs or server crashes. This impossible. It may cause the Client to crashed or Server crashed. Not sure my answer is. It's dangerous |
It's kinda impossible to do that Youice, and if it's possible it will cause bugs in your server.
|