19.08.2012, 11:56
This bug makes a player control 2 vehicles simultaneously on the other players' screens. For the player who's driving everything's working fine.
I just create a vehicle near the player (who's sitting in a vehicle as the driver) and teleport him in the created vehicle directly with PutPlayerInVehicle function.
I just create a vehicle near the player (who's sitting in a vehicle as the driver) and teleport him in the created vehicle directly with PutPlayerInVehicle function.
pawn Код:
new vehicleid = CreateVehicle();
PutPlayerInVehicle(playerid, vehicleid, 0);