13.03.2009, 17:19
Hy im wondering if is possible to GetVehiclePosition of the CarSpawns...
i want to make a command to get the current vehicle position from CarSpawns ..
i want to make the /tow command to get the current position from carspawns and to give me a message like "that car is not in need of a Tow bec is already on the Spawn Position"
how can i make that command to get the position above ?
sorry for my bad english im a romanian
thx
i want to make a command to get the current vehicle position from CarSpawns ..
i want to make the /tow command to get the current position from carspawns and to give me a message like "that car is not in need of a Tow bec is already on the Spawn Position"
pawn Код:
new CarSpawns[3][eCars] = {
{545,2205.2,-1177.0,25.7,270.8},//carid 90
{554,2205.1,-1169.1,25.7,270.8},
{426,2216.7,-1170.6,25.7,268.3}
};
enum eCars
{
model_id,
Float:pos_x,
Float:pos_y,
Float:pos_z,
Float:z_angle,
};
sorry for my bad english im a romanian
thx

