Destorying Vehicles
#1

Hi!

How to destroy all vehicles in my server?
Reply
#2

pawn Код:
CMD:destroyall(playerid, params[])
{
   for (new i=0; i<MAX_VEHICLES; i++)
   {
      DestroyVehicle(i);
   }
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)