dialogs :\ [SOLVED]
#1

solved
Reply
#2

Well I get this error all the time
Which means, your message in the dialog
is too long!
Reply
#3

pawn Код:
new name[256];
    new string[256];
Names NEVER exceed 24 characters (MAX_PLAYER_NAME definition).
You're not using 256 cells for the string, you're using around 64.

Furthermore, there's only so much you can fit in to on one line.
Reply
#4

yea thanks for the advices

but i cannot have more stuff in my dialog?
Reply
#5

Quote:
Originally Posted by pmk1
yea thanks for the advices

but i cannot have more stuff in my dialog?
Yes, you can only have a certain amount of letters in one dialog.
All you have to do is make a response button for Next and Back
Reply
#6

yea, thanks anyway . But sa-mp's team should make the dialogs longer;
with a scroll down function on them.
Reply
#7

Quote:
Originally Posted by pmk1
yea, thanks anyway . But sa-mp's team should make the dialogs longer;
with a scroll down function on them.
Yeah, they should Especially for the MSGBOX.
Well the scroll down function can be found in DIALOG_STYLE_LIST
Reply
#8

yea i meant the msg box, w/e
Reply
#9

Quote:
Originally Posted by pmk1
yea i meant the msg box, w/e
Oh, lol. Yeah, they should, at least make the rows go until 20 rows
Reply
#10

solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)