Guardar posiciones de coches comprados
#1

Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
	if(GetPlayerVehicleID(playerid) > 3)
	{
    GetVehiclePos(vehicleid,Float:vx,Float:vy,Float:vz);
	GetVehicleZAngle(vehicleid,Float:va);
	for(new i = 0; i < sizeof(Vehicle); i++)
    {
        Vehicle[i][Positionx] = vx;
        Vehicle[i][Positiony] = vy;
        Vehicle[i][Positionz] = vz;
        SaveThings();
    }
    }
	return 1;
}
Cuando alguien usa un vehiculo y sale de йl, me gustarнa que se guarden las posiciones, para que no aparezca de vuelta en el concesionario. Pero hay un bug y TODOS los coches del concesionario aparecen ahн, їcуmo se soluciona?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)