#10

@PGTips: Hahaha, smartass. Now go look at the size of your AMX.
@OP: Use this:

pawn Код:
new MaxVehicles;

// GameModeInit
/*
    other vehicles go here
*/

MaxVehicles = AddStaticVehicle(...); // Last vehicle
If you use CreateVehicle in your gamemode (through command, for example), you'll need to set the new value accordingly;
pawn Код:
MaxVehicles = CreateVehicle(...);
Reply


Messages In This Thread
loop - by BaubaS - 08.06.2011, 10:08
Re: loop - by PGTips - 08.06.2011, 10:10
Re: loop - by BaubaS - 08.06.2011, 10:13
Re: loop - by PGTips - 08.06.2011, 10:15
Re: loop - by BaubaS - 08.06.2011, 10:16
Re: loop - by PGTips - 08.06.2011, 10:17
Re: loop - by BaubaS - 08.06.2011, 10:19
Re: loop - by PGTips - 08.06.2011, 10:28
Re: loop - by BaubaS - 08.06.2011, 10:53
Re: loop - by Vince - 08.06.2011, 11:07

Forum Jump:


Users browsing this thread: 5 Guest(s)