SA-MP Forums Archive
lil question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: lil question (/showthread.php?tid=242987)



lil question - tanush - 21.03.2011

is there a easy way to change my MAX_PLAYERS and MAX_PLAYER_NAME to 20??


Re: lil question - Stigg - 21.03.2011

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 20



Re: lil question - tanush - 21.03.2011

thanks


Re: lil question - Stigg - 21.03.2011

No prob's m8'y.