03.01.2019, 12:37
Quote:
`static` and `const` are not the same thing, the compiler wants the latter, not the former.
Get the updated SA:MP includes, they are const corrected. |
Into my a_samp.inc i have this line:
Код:
native ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
Quote:
The problem, that this version "wants" me to use static string variables, if i don't change it. |
Quote:
The problem, that this version "wants" me to use const string variables, if i don't change it. |