18.04.2009, 17:40
Quote:
|
Originally Posted by SilentHuntR
Well here's what you need to do, methinks.
OnFilterScriptInit() you need to determine how many vehicles are already in the file so something like pawn Код:
then in your command, instead of saving it to the 'i' variable, save it to the DynCars variable, and makesure to do DynCars++ at the end of the command, and make sure it isn't going over 700 at the beginning of the command so: pawn Код:
|

