29.12.2014, 06:38
I have a very simple question about the native ShowPlayerDialog function, and I have searched ****** without success looking for answers.
The samp wiki tells us that the string passed to
must not be longer than 64 characters, however it does not give an indication as to the limitations of
.
What I would like to know is what is the limit on the number of characters I can pass to
, if there is one.
Thanks in advance for any help I may receive.
pawn Код:
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
Код:
caption[]
Код:
info[]
What I would like to know is what is the limit on the number of characters I can pass to
Код:
info[]
Thanks in advance for any help I may receive.