Question regarding #define
#1

Alright, cause I would like to organize my gamemode a little bit and make it look much better I would like to ask something about #define, let's say I have #define HOUSES 200, what if I change the 200 number to (200), is it going to affect my script or it is going to be exactly the same?
Reply
#2

You mean like:
pawn Код:
#define HOUSES 200
//To
#define HOUSES (200)
Then no, it doesn't change anything
Reply
#3

Yeah, that's what I mean. Thanks a lot, I was jus curious to know.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)