[Include] advFirearms3.inc - ALS Hooking - Create own weapons anytime!
#4

case 2, 3, 4, 5, 6, 7, 8, 9:

could be

case 2..9:

-----------------------------------------------------------------------

pawn Код:
stock FA::GetPlayerFirearm(playerid, FA::slot) {
        if(FA::Player[playerid][FA::slot] == INVALID_FIREARM_ID)
            return INVALID_FIREARM_ID;
        else
            return FA::Player[playerid][FA::slot];
    }
Just return FA::Player[playerid][FA::slot];, same thing.

-----------------------------------------------------------------------

I don't like the spam of FA::, but that's just personal preference (or is it?).

-----------------------------------------------------------------------

etc.

Quote:
Originally Posted by Meller
Посмотреть сообщение
Can you stop spamming my profile page and my threads correcting my grammar mistakes?
Could you not get upset when someone corrects you? Or tells you what's not allowed? Arrogance.

Ignoring and announcing wrong things won't help you (I never reported your "teamviewer" thread).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)