04.02.2013, 13:15
I have no idea if this is true or not, but it may be caused by ID-conflicts between GM and FS if you have dialogs in both.
Try defining TDM and TDM1 as unique IDs which is probably never used. Highest possible ID is 32767, so you have lots of integers to choose from.
Example:
Tell me if this solves anything.
Try defining TDM and TDM1 as unique IDs which is probably never used. Highest possible ID is 32767, so you have lots of integers to choose from.
Example:
pawn Код:
#define TDM (22201) //222 is the prefix - (0)1 is the specifying ID.
#define TDM1 (22202) //222 still prefix - (0)2 is the specifying ID.