3 error HELP ME NEED FAST
#1

errors

(3440) : error 075: input line too long (after substitutions)
(3441) : error 037: invalid string (possibly non-terminated string)
(3441) : error 001: expected token: ";", but found "."
(3441) : error 029: invalid expression, assumed zero
(3441) : fatal error 107: too many error messages on one line
the code

PHP код:
(3440)        {
(
3441ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Команди на сървъра","1. /stats\r\n2. (/t)eam\r\n3.  /pm\r\n4. /turfhelp\r\n5 /givebounty\r\n6 /rules\r\n7 /report\r\n8 /changepass\r\n9 /id\r\n10 /hitman\r\n11 /teamstats\r\n12  /pay\r\n13.  /lotto \r\n14.  /bounties \r\n15.  /admins\r\n16.  /animlist \r\n17.  /time \r\n18.   /count\r\n19.  /duel\r\n20.  /aduel\r\n21.   /dduel \r\n22.  /dspec\r\n23.   /lspec\r\n24.  /vipusers\r\n25.   /viphelp\r\n26. /acceptfaction(/af)\r\n27.  /cancelfaction(/cf)\r\n28. /leaders\r\n29.  Line","OK"); 
Reply
#2

Try this:
pawn Код:
new box[ 512 ];
format( box, sizeof box, "1. /stats\r\n2. (/t)eam\r\n3.  /pm\r\n4. /turfhelp\r\n5 /givebounty\r\n6 /rules\r\n7 /report\r\n8 /changepass\r\n9 /id\r\n10 /hitman\r\n11 /teamstats\r\n12  /pay\r\n13.  /lotto \r\n14.  /bounties \r\n15.  /admins\r\n16.  /animlist \r\n17.  /time \r\n18.   /count\r\n19.  /duel\r\n20.  /aduel\r\n21.   /dduel \r\n22.  /dspec\r\n23.   /lspec\r\n24.  /vipusers\r\n25.   /viphelp\r\n26. /acceptfaction(/af)\r\n27.  /cancelfaction(/cf)\r\n28. /leaders\r\n29.  Line", box);
ShowPlayerDialog( playerid, 1, DIALOG_STYLE_MSGBOX, "Команди на сървъра", box, "Select", "Cancel");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)