11.03.2019, 09:42
As long as I shoot when my character is on an object which is created by 'CreateDyanmicObject',the callback won't be called.Sorry for my bad English,but the problem is really serious.Help me plz!
No...what l mean is that when the character stands on an object while shooting,not shooting at the object...
|
What? I'm trying to understand what's your point. Let me break it up into few steps scenario and say if I'm right or wrong:
1) You are standing with your character on the custom created dynamic object (CreateDynamicObject) 2) You start shooting (at anything/anywhere. It doesn't have to be native SA object, standard created object [CreateObject] or dynamic object [CreateDynamicObject]) 3) OnPlayerWeaponShot isn't called. Is that the correct procedure? If so, I will give it a test later today, but I don't believe it isn't called. How do you know it isn't called? Do you have any proof of it not being called at all? (both callbacks, OnPlayerWeaponShot and OnPlayerShootDynamicObject) |