#define team_Example
#3

Uhh... what? At least tell us what GM you are using or something. Also, what you just said doesn't make much sense, try to explain it better.

And why not to try... whatever you are asking, to find out if server would keep on restarting yourself?


Also, enums might be better for defining teams and such.
Instead of
pawn Код:
#define team_1 0
#define team_2 1
#define team_cows 2
you could do
pawn Код:
enum{
    team_1,
    team_2,
    team_cows
};
Reply


Messages In This Thread
#define team_Example - by X35B - 06.11.2010, 09:02
Re: #define team_Example - by iggy1 - 06.11.2010, 09:15
Re: #define team_Example - by TheXIII - 06.11.2010, 09:17
Re: #define team_Example - by X35B - 06.11.2010, 09:35
Re: #define team_Example - by iggy1 - 06.11.2010, 09:52

Forum Jump:


Users browsing this thread: 1 Guest(s)