Jump to content
Sign in to follow this  

Recommended Posts

How get moment when popup action "seat as driver/gunner/passenger"?

At now i get like that:

_veh = cursorTarget;
_getinradius = getNumber (configFile >> "CfgVehicles" >> typeOf _veh >> "getinRadius");
	if ((vehicle player == player) and (_veh emptyPositions "cargo" > 0) and (_veh modelToWorld (_veh selectionPosition "pos cargo") distance player < _getinradius)) then
	{

but it's not work some models

p.s. Sorry for bad English

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×