SA-MP Forums Archive
Cars's factions - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Cars's factions (/showthread.php?tid=427083)



Cars's factions - Gaby29 - 31.03.2013

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...


Re: Cars's factions - Pawnie - 31.03.2013

Post the code please.


Re: Cars's factions - Gaby29 - 31.03.2013

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


Re: Cars's factions - GreenSt4lker - 31.03.2013

Script Code.


Re: Cars's factions - Gaby29 - 31.03.2013

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);
    }
}