21.12.2010, 00:04
If your using FS:
pawn Код:
public OnFilterScriptExit()
{
for(new i = 0; i < MAX_VEHICLES; i++)
{
DestroyVehicle(i);
}
return 1;
}