Quote:
Originally Posted by Calgon
pawn Код:
new bp[16];
bp[0] = CreateVehicle(461, -2187.166992, -206.785202, 36.104888, 250.947906, 2, 2, 120); // Starting from cell 0 bp[1] = CreateVehicle(463, 12.428550, 1230.320312, 18.881793, 114.244239, 3, 3, 120);
|
Can i check "all together"?
Like this:
if(vehicleid == bp)
or do i have to do this:
if(vehicleid == bp[0] || vehicleid == bp[1])
?