30.07.2013, 15:42
Do you get the id from
or from
Try both of them. In case you're using the first, it somehow might got a value 0 for a SQLID.
TIP: Use a function from SA:MP for checking if a vehicle is valid/exists (https://sampwiki.blast.hk/wiki/IsValidVehicle), instead of doing
pawn Код:
VehicleInfo[i][SQLID]
pawn Код:
i
TIP: Use a function from SA:MP for checking if a vehicle is valid/exists (https://sampwiki.blast.hk/wiki/IsValidVehicle), instead of doing
pawn Код:
VehCreated[i] = false;
VehCreated[i] = true;