06.04.2011, 22:04
Hm, make sure 2 dialogs don`t have the same ID, like defined here:
Browse your gamemode and make sure there`s no other dialog with those id`s.
pawn Код:
#define DIALOGID_GANGCREATE 100
#define DIALOGID_GANGCREATE1 101
#define DIALOGID_GANGCREATE2 102
#define DIALOGID_GANGCREATE3 103
#define DIALOGID_GANGCREATE4 104
#define DIALOGID_GANGCREATE5 105
#define DIALOGID_STATS 106
#define DIALOGID_SKINCHANGE 107
#define DIALOGID_WEAPONCHANGE 108