how to find how many cars are on the server?
#1

how to find how many cars are on the server?
Reply
#2

It all depends on what type of script you're using.
Reply
#3

Код:
new amount;
for(new i = 0; i < MAX_VEHICLES; i ++)
     if(GetVehicleModel(i) != 0)
        amount ++;
amount will then be the amount of vehicles that are in the server.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)