Y-Less

Results 390 comments of Y-Less
trafficstars

Given that this include already handles the alternate stats - yes.

Well, I assume so, I've not actually read the code, this was just a suggestion for all weapons, but I don't see any theoretical reason why it can't be used...

I don't know about ordering. Going by order given doesn't make much sense, because that ends up quite random if they are getting weapons by various means through a play...

So purely by fluke, I was going through some really old folders, trying to clean up my hard disk a little bit, and came across this: ``` pawn /*enum E_Y_WEAPONS_DATA...

Thanks for the comments. Fortunately most of those seem fairly trivial. As for the main point - basic testing has at least confirmed it works.

So I'm not sure what the best way to deal with removing the explicit width types in, since I used those to match what the NTCAN API expects. If a...

I've rebased and removed the copies of the ntcan library. Now you just have to link it correctly.

I don't know where the best place for this is. I've not committed any tests (but did run some and am using it locally). This is mostly just the initial...

Two big formatting things I've noticed that probably need changing - I've used `#pragma once` instead of include guards, and early returns, neither of which seem tot be used anywhere...

Thanks for the comments. I realised it was very far from the rest of the code style, sorry about that. While I'm happy to work on the code style changes,...