17.10.2009, 13:32
AddStaticVehicle only works under OnGameModeInit and it doesn't return the car id
Is your vehicle id valid ?
Try with this
Is your vehicle id valid ?
Try with this
pawn Код:
carid = CreateVehicle(411, x, y, z, a, -1, -1, -1);