OnVehicleMod not being called...
#1

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?
Reply
#2

How did you debug that? Did you goto a modshop and install parts or used a command to mod?
In my experience, month ago i guess, When I use cmds to mod, It wouldn't call the function.
Reply
#3

Hmm, I use AddVehicleComponent, I'll go check and see if it works in Transfender...

Mmk, Shitty but it works in mod shops, I figured out a way to fix this.

(Putting the way for people who look for this thing later on to see...)

I'm just going to put a custom function for AddVehicleComponent where I need it, Like..
pawn Код:
stock AddCarComponent(blah blah)
{
//blah blah
AddVehicleComponent(blah blah);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)