Raised This Month: $51 Target: $400
 12% 

#define stuff


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bibu
Veteran Member
Join Date: Sep 2010
Old 06-02-2011 , 05:21   #define stuff
Reply With Quote #1

Is there a way to make something like this?

PHP Code:
#if defined bla || if defined blabla 
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-02-2011 , 05:53   Re: #define stuff
Reply With Quote #2

No idea.

What you can do instead :

Code:
#if defined BLA     #define BLABLABLA #elseif defined BLABLA     #define BLABLABLA
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 06-02-2011 , 06:09   Re: #define stuff
Reply With Quote #3

You could check for it's values tough

Code:
#define SOMETHING false
#define SOMETHINGELSE true

#if SOMETHING || SOMETHINGELSE
//...
#endif
or if that doesn't work, add "== true" or "== false", whatever you need.
__________________
Hunter-Digital is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 06-02-2011 , 12:16   Re: #define stuff
Reply With Quote #4

You would just do:
Code:
#if defined bla || defined blabla
#endif
Also, for your knowledge, you can do:
Code:
#if defined bla && defined blabla
#endif
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
bibu
Veteran Member
Join Date: Sep 2010
Old 06-02-2011 , 13:11   Re: #define stuff
Reply With Quote #5

Wow thanks, especially to emp, using your way now.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode