27.12.2011, 10:07
Nice job!
However to mention, I think to set a specific value on all bits of a array it has to be like "{(value), ....}" but never mind me, that fix is optional.
Will come in handy for people thought!
pawn Код:
new bool:autoaim[MAX_PLAYERS] = {false, ...};
new checkautoaim[MAX_PLAYERS] = {9999, ...};
new LastTargeted[MAX_PLAYERS] = {-1, ...};
new pressingaimtick[MAX_PLAYERS] = {-1, ...};
new bool:keyfire[MAX_PLAYERS] = {false, ...};
new bool:ispressingaimkey[MAX_PLAYERS] = {false, ...};
new bool:CheckNextAim[MAX_PLAYERS] = {false, ...};
Will come in handy for people thought!