Corey Iles

Results 62 comments of Corey Iles

@ziggi When and how do you plan on integrating ColAndreas? Mainly how.

Well, the main two functions you'll want to use are `CA_RayCastLine` and `CA_RayCastLineAngle`. Would the way you're planning to do this work alongside the ColAndreas plugin being loaded? And would...

Obviously we only want to load the models and map once. And ColAndreas isn't like MapAndreas, an address isn't simple as it sounds. Both plugins would need the bullet physics...

I was looking into generating a navigational mesh for the map at one point. The most simplified way I found but never actually did was importing the map into Unity,...

Do you mean like they are flying way above where they should or is it just like they are not actually on the ground? If they are just sliding between...

>unfortunately admins aren't always around and abuse like this can suck if you're having a genuine conversation Much like the stuff that happened today when none of us were around...

"pawn-lang/[email protected]" So you're using YSI 4... But if I recall correctly the new include method wasn't enforced until YSI 5. You probably just need to change `YSI_Data` to `YSI`. I'm...

Example script? `return 1`, NOT `return true`. There is a difference and YCMD has many more return values than just 0 or 1. What other includes are you using and...

Well I have PAWN code for checking points in cylinders and cone defined as I suggested, I made it a while back. It includes a `DistanceFromPointToLine` function I wrote (well,...

> I suppose that you'd really only need the cone with two radii Which is actually how I do it in the code I linked above... > However, in terms...