Cars's factions
#5

problem solved...
I had to ask at the end of OnGameModeInit() that:
pawn Код:
for(new veh = 1; veh < MAX_VEHICLES; veh++)
{
    if(IsValidVehicle(veh))
    {
    SetVehicleParamsEx(veh,false,false,false,false,false,false,false);
    }
}
Reply


Messages In This Thread
Cars's factions - by Gaby29 - 31.03.2013, 12:36
Re: Cars's factions - by Pawnie - 31.03.2013, 12:55
Re: Cars's factions - by Gaby29 - 31.03.2013, 13:00
Re: Cars's factions - by GreenSt4lker - 31.03.2013, 13:01
Re: Cars's factions - by Gaby29 - 31.03.2013, 13:32

Forum Jump:


Users browsing this thread: 1 Guest(s)