09.05.2012, 00:35
Hello,
On my server when a player join any mini-game with cars or just spawn a vehicle, I use this variable:
It works fine.. But it's buggy after 10/15mn of gameplay since the server is On. It seems that PlayerVehicle[MAX_PLAYERS]; become PlayerVehicle;
When a player spawn a vehicle, it destroy the vehicles of the others players :/
Any idea ?
On my server when a player join any mini-game with cars or just spawn a vehicle, I use this variable:
Код:
DestroyVehicle(PlayerVehicle[playerid]); PlayerVehicle[playerid] = CreateVehicle(.......
When a player spawn a vehicle, it destroy the vehicles of the others players :/
Any idea ?