09.03.2015, 15:02
Quote:
Without #define it show me this
If i put #define it show me this |

If the compiler complains about "undefined symbol" it means the symbol doesn't exist, but it does NOT mean that you need to use #define. After all, the symbol may refer to a variable or function.
Are you compiling with 0.3c includes or something? Both RemoveBuildingForPlayer and PlayAudioStreamForPlayer were added in 0.3d, DIALOG_STYLE_PASSWORD possibly as well although that isn't documented on the wiki.