19.05.2010, 20:55
Just wanted to point out, when you create a variable you don't have to assign it to false like you did here:
When a variable is created, it is automatically set to false.
pawn Code:
new God[MAX_PLAYERS] = 0;