10.01.2015, 10:41
You should really look into y_dialogs if your writing them it's much easier to organize your code. A couple of things if your going to do it the way your doing it make sure you define your dialog ids example.
I would also write these system in an include if your trying to write this all into one script directly into your're gamemode there will be issues like this so you should be using includes and hooking.
But the post above explains your offsetting your index incorrectly.
pawn Код:
#define 113 SET_CHECKPOINT
But the post above explains your offsetting your index incorrectly.