29.05.2014, 18:55
I've seen many servers with DIALOG_STYLE_MSGBOX that has over 15 lines. but mines wont work. i keep getting this error
This is the line:
pawn Код:
error 075: input line too long (after substitutions)
pawn Код:
format(string, sizeof(string), "You have successfully registered to [Cali] LSGW.\n{F7AF09}Username: {4FFB04}%s\n{F7AF09}Password: {4FFB04}%s\n{FB1D04}Dont give your password to nobody.\n{FFFFFF}Please remember do not use {FF0000}cheats/hacks.\n{FF0000}Using any mod that give you an ability others cant/nWill result in a {FF0000}3 day ban.\n{FFFFFF}Our {EA15EA}Admins {FFFFFF}Are always watching\nAlso be sure to register on our website\nto get the latest news on the server/community.",name,inputtext );
ShowPlayerDialog(playerid, 48, DIALOG_STYLE_MSGBOX, "Registered", string, "Ok", "Cancel");