Couple of errors
#2

Wrong Code
pawn Код:
new BombCar[1];
BombCar[1] = AddStaticVehicleEx(405,-2089.5093000,-83.0658000,34.8702000,0.9792000,1,1,15);
Right Code
pawn Код:
new BombCar[1];
BombCar[0] = AddStaticVehicleEx(405,-2089.5093000,-83.0658000,34.8702000,0.9792000,1,1,15);
Reply


Messages In This Thread
Couple of errors - by Squirrel - 22.03.2013, 23:03
Re: Couple of errors - by Patrick - 22.03.2013, 23:19
Re: Couple of errors - by Squirrel - 22.03.2013, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)