[HELP] Dialog to long?
#1

Hi there, heres my problem:
I've got this:
pawn Код:
22372|if(strcmp(cmd, "/help", true) == 0)
    22373|{
    22374|  god[playerid] = 1;
22375|ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Do you accept our rules?",
    22376|"\
    22377|*** ACCOUNT *** /rules /login /stats /buylevel /upgrade\n\
    22378|*** CHAT *** (/w)hisper (/o)oc (/s)hout (/c)lose (/l)ocal (/b) (/ad)vertise\n\
    22379|(/f)amily /me /togooc /tognews /togfam /togwhisper /map /fuel\n\
    22380|                                                           \n\
    22381|*** BANK ***(buggy) /balance /withdraw /deposit /wiretransfer\n\
    22382|*** EXTRA *** /find /free /sex /selldrugs /dropcar /paper /papers \n\
    22383|/live /news [text] /repair /refill /duty /guard\n\
    22384|\n\
    22385|*** EXTRA *** /materials /sellgun /sellcar /fight /boxstats /fare\n\
    22386|/papers /bring /deliver /funhelp /Ccolor /turboturbo\n\
    22387|                                               \n\
    22388|*** JOB *** /find /free /sex /selldrugs /dropcar /paper /papers /live /news[txt]\n\
    22389|/repair /refill /duty /guard /materials /sellgun /fight /boxstats /fare /papers /bring\n\
    22390|/deliver\n\
    22391|*** SAPD *** (/r)adio (/d)epartments (/m)egaphone (/su)spect /mdc /arrest /duty /wanted /cuff /tazer\n\
    22392|*** SAPD *** /frisk /take /ticket (/gov)ernment /deliver /camera /ram\n\
    22393|*** SAMD *** (/r)adio (/d)epartments /heal /duty\n\
    22394|*** ADMIN *** (/a)dmin (/ah)elp\n\
    22395|*** OTHER *** /cellphonehelp /businesshelp /leaderhelp /fishhelp /cookhelp \n\
    22396|/irchelp /tune /carhelp /generalhelp\n\
    22397|Hope this was clear, also check /rules or /abusehelp"
, "Continue", "Continue");
    22398|return 1;
    22399|}
I get these error's
pawn Код:
******.inc(**) : warning ***
***(22375 -- 22385) : error 075: input line too long (after substitutions)
***(22386) : error 017: undefined symbol "rules"
***(22386) : error 029: invalid expression, assumed zero
***(22386) : error 017: undefined symbol "n"
***22386) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.
so how could i solve these?
Reply


Messages In This Thread
[HELP] Dialog to long? - by WThieves - 26.05.2010, 22:02
Re: [HELP] Dialog to long? - by oNx - 26.05.2010, 22:34
Re: [HELP] Dialog to long? - by WThieves - 27.05.2010, 16:26
Re: [HELP] Dialog to long? - by ViruZZzZ_ChiLLL - 27.05.2010, 16:28
Re: [HELP] Dialog to long? - by WThieves - 27.05.2010, 21:12
Re: [HELP] Dialog to long? - by Joe Staff - 27.05.2010, 21:16
Re: [HELP] Dialog to long? - by WThieves - 27.05.2010, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)