19.09.2009, 21:19
Quote:
Originally Posted by Joe Staff
Quote:
I think the new method will work just fine, it's not a huge change, just instead of putting in permanent numbers, it's a variable, not much sacrifice. The largest number is 0x7FFFFFFF, and if you ever reach that many dialogs created then you've got some crazy sh*t going on. |
Honestly I could see it becomming a nightmare to try and debug it where as:
pawn Код:
printf( "%d", DIALOG_ID ); //this is a define #define DIALOG_ID 9999
@Zeex:
I don't want you to think I'm bashing your method, like I said it's a very nice idea but I'm just thinking outloud about ways it could end up making it harder to use in some situations.