Simple 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)
+--- Thread: Simple Question (
/showthread.php?tid=308246)
Simple Question -
DarkKillerWithPride<3 - 02.01.2012
Hey,
I was looking at my mates script today and he uses (number) on some of his defines what does this do?
pawn Код:
#define MAX_IP_CONNECTIONS 2
#define MAX_IP_CONNECTIONS (2)
What would be the difference?
Re: Simple Question -
Bakr - 02.01.2012
There is no difference in the example there. However, in other instances, it WOULD make a very big difference.
I would suggest you read up on this guide, created by ******:
https://sampforum.blast.hk/showthread.php?tid=166680