17.04.2014, 14:12
Hola buenas, tenнa una duda y es porquй cuando cojo el бngulo del vehнculo y todo, luego cuando respawnea spawnea con otro бngulo, es rarнsimo...
Uso esto:
Uso esto:
pawn Код:
//Coger posiciуn
new Float:Pos[4];
GetVehiclePos(GetPlayerVehicleID(playerid), Pos[0], Pos[1], Pos[2]);
GetVehicleZAngle(GetPlayerVehicleID(playerid), Pos[4]);
// Luego los Pos[0-4] los almaceno en la variable AutoInfo[id][ax], AutoInfo[id][ay]....
//En OnVehicleSpawn
SetVehiclePos(id, AutoInfo[id][ax], AutoInfo[id][ay], AutoInfo[id][az]);
SetVehicleZAngle(id, AutoInfo[id][aa]);