28.12.2007, 19:13
Quote:
Originally Posted by [P7
Pixels^ ]Arrays are all you need.
pawn Code:
pawn Code:
|
2) You do know that if there isn't a killer, i.e the player fell from a cliff or drowned, then the killerid will return 255; which as far as i can see will exceed you cell value of 200 (1-199) by 56.
3) Not really a big deal but if he has a server of only say 13 player slots then MAX_PLAYERS ( 200 ) seems pretty pointless.