07.11.2010, 09:17
Yes it is. But you'll have to to like this:
And then in your command:
Don't know is this the best way but it's the only way I can think of right now.
pawn Код:
//Somewhere under your OnGameModeInit callback.
new car01 = AddStaticVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1);
pawn Код:
DestroyVehicle(car01);

