17.09.2013, 16:21
Place this above main()
And place this under OnGameModeInit()
pawn Код:
new Cars[MAX_VEHICLES];
pawn Код:
Cars[0] = AddStaticVehicle(411,535.9333,-1299.3344,17.5634,99.7864,0,56);
for(new i=1; i<MAX_VEHICLES; i++)
{
SetVehicleParamsEx(Cars[i], 0,0,0,0,0,0,0);
}

