28.02.2014, 08:29
Quote:
To delete all existing bikes with model-id 510, use this code.
It loops through all vehicle-id's, checks if each one has model-id 510, and if it matches, it will be deleted. pawn Код:
|
How To Use Three Model Vehicle For Delete?
i Use It But Not Work!
Код:
for (new vid; vid < MAX_VEHICLES; vid++) { if (GetVehicleModel(vid) == 510 && 555 && 522) DestroyVehicle(vid); } } return 1; }