31.07.2011, 22:12
I've tried just about everything but no matter what I do it will not call. I put it in every single filterscript and in my gamemode, Still didn't call...
Anyone know why?
Anyone know why?
stock AddCarComponent(blah blah)
{
//blah blah
AddVehicleComponent(blah blah);
return 1;
}