will this work?
#4

No dude, defines don't control anything, it won't make it work with more like you can't do this:

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 1000000
That won't allow 1m people to play on my server it will just make the define 1m instead of 200, my loops will now goto 1m instead of going to 200 but the server will still only recognise 200 players.
Reply


Messages In This Thread
will this work? - by Annihalation - 23.07.2009, 20:47
Re: will this work? - by Burridge - 23.07.2009, 20:50
Re: will this work? - by Annihalation - 23.07.2009, 21:02
Re: will this work? - by Donny_k - 23.07.2009, 21:09
Re: will this work? - by Annihalation - 23.07.2009, 21:13
Re: will this work? - by Donny_k - 23.07.2009, 21:42
Re: will this work? - by Joe Staff - 23.07.2009, 22:03
Re: will this work? - by Annihalation - 24.07.2009, 00:02

Forum Jump:


Users browsing this thread: 1 Guest(s)