21.02.2010, 14:48
If this is supposed to be the normal spawnplace,
X,Y,Z,ANGLE = -2209.5,2398.5,4.6,0
Then don't get the coцrdinates from the previous vehicle but put those in stead.
wrong:
Riz
X,Y,Z,ANGLE = -2209.5,2398.5,4.6,0
Then don't get the coцrdinates from the previous vehicle but put those in stead.
wrong:
pawn Код:
GetVehiclePos(transformer2,info[0],info[1],info[2]);
transformer2 = AddStaticVehicle(452,info[0],info[1],info[2],info[3],0,0);
pawn Код:
transformer2 = AddStaticVehicle(452,-2209.5,2398.5,4.6,0,0,0);