02.08.2012, 17:00
Would you mind telling me what could happen (or what issue could it cause)?
It's done to make it simpler, so you just include a_samp (which is needed in any script except npcs) instead of including dialogs (or any special include file you ever made) in every script you want to use those dialogs in.
Edit:
It's been written in a new include file if you didn't notice. All what I did modify in the original include (a_samp) was putting one line to include my special include file so I won't have to include it in every script I wanna use diags on.
Well, waiting for Y_Less' reply to know if it's illegal or something.
It's done to make it simpler, so you just include a_samp (which is needed in any script except npcs) instead of including dialogs (or any special include file you ever made) in every script you want to use those dialogs in.
Edit:
Quote:
|
@HellSphinX It would be better if you put that in a new include. That way you don't 'lose' the defines when the server version updates, and it makes sure that you don't break original includes.
|
Well, waiting for Y_Less' reply to know if it's illegal or something.


