How to Limit the Cars
#1

How do i limit the cars here to Apply the text traw to all cars between 184 and 650

Attach3DTextLabelToVehicle( CarLabel, 333, 0.0, 0.0, 2.0);

The 333 Is the car ID how will i make it for all cars between 184 - 650
Reply
#2

pawn Код:
for(new c; c < (650-184); c++)
{
c += 184;
//bla
}
Might work, there's probably a better solution though.
Reply
#3

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
pawn Код:
for(new c; c < (650-184); c++)
{
c += 184;
//bla
}
Might work, there's probably a better solution though.
Where shall i put that, in tha actuall command,
Reply
#4

When you're checking for those cars :P
Reply
#5

ok thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)