22.03.2014, 14:00
Change the "name" to some other name (the parts that name is used as well) because it's already declared as global. That will solve most of your errors/warnings.
invited is undefined symbol so you need to declare it:
invited is undefined symbol so you need to declare it:
pawn Код:
new invited[MAX_PLAYERS];