31.03.2013, 13:32
problem solved...
I had to ask at the end of OnGameModeInit() that:
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);
}
}