06.11.2016, 00:17
Quote:
Something like this ?
PHP код:
If so then how can I mark the vehicle as shot after shooting a missile ? |
you can do something like this
Код:
new j; foreach(new i : Vehicle) { if(GetVehicleModel(i) == 476 && j != sizeof(Rustlers) ) { Rustlers[j] = /*Process it*/; j++; } }