Cars's factions
#1

Hello, I have a problem with cars from factions ... I cannot get to drive them ... but going to get into it when I press "G"... sorry for my bad english...
Reply
#2

Post the code please.
Reply
#3

Quote:
Originally Posted by Pawnie
Посмотреть сообщение
Post the code please.
Who code?
Reply
#4

Script Code.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)