31.07.2016, 22:16
case 2, 3, 4, 5, 6, 7, 8, 9:
could be
case 2..9:
-----------------------------------------------------------------------
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.
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).
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];
}
-----------------------------------------------------------------------
I don't like the spam of FA::, but that's just personal preference (or is it?).
-----------------------------------------------------------------------
etc.
Quote:
Can you stop spamming my profile page and my threads correcting my grammar mistakes?
|
Ignoring and announcing wrong things won't help you (I never reported your "teamviewer" thread).