How to use for?
#1

Hi, how should i use "for" if i wan't to save all the vehicles on gamemodeexit?
Reply
#2

pawn Код:
for(new c; c < MAX_VEHICLES; c++)
    {
             SaveCar(c);//Or your function
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)