DIALOG gives me Error!
#1

Deleted
Reply
#2

Try using a string
Reply
#3

Tell me which line is 249 and which is 250.
Reply
#4



C:\Users\Performer\Desktop\Legendary Stunting\pawno\Mainscript.pwn(250) : error 075: input line too long (after substitutions)
C:\Users\Performer\Desktop\Legendary Stunting\pawno\Mainscript.pwn(251) : error 037: invalid string (possibly non-terminated string)
C:\Users\Performer\Desktop\Legendary Stunting\pawno\Mainscript.pwn(251) : warning 215: expression has no effect
C:\Users\Performer\Desktop\Legendary Stunting\pawno\Mainscript.pwn(251) : error 001: expected token: ";", but found "."
C:\Users\Performer\Desktop\Legendary Stunting\pawno\Mainscript.pwn(251) : error 029: invalid expression, assumed zero
C:\Users\Performer\Desktop\Legendary Stunting\pawno\Mainscript.pwn(251) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Reply
#5

Idk how to use those kind of commands but try zcmd commands

Put this at the top, under #include <a_samp>
pawn Код:
#include <zcmd>
Be sure to define the dialog name
pawn Код:
#define DIALOG_CMDS "dialogid"
And put this command anywhere.
pawn Код:
COMMAND:regeln(playerid, params[])
{
   ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, "Regeln", "1. Keine Hacks oder Bugusing! \n2. Keine Beleidigungen, egal in welcher Form!\n3. Nicht den Admin nach Sachen Fragen wie z.B Hydra! \n 4. Anweisungen von Admins ist Folge zu leisten! \n 5. Fremdwerbung fьr andere Server bescherrt euch einen Permabann! \n 6. Blockieren mit Fahrzeugen ist zu unterlassen! \n 7. Das ist kein Roleplay Server. Also spielt, wie der Server gespielt werden sollte! \n 8. Цffentliches Schreiben von Sicherheitslьcken des Servers im Chat oder Hacks beim Namen zu nennen ist untersagt! \n 9. Habt SpaЯ. Wenn ihr mies drauf seit, dann VERPISST EUCH!", "SchlieЯen", "");
  return 1;
}
Reply
#6



I made it that way. Thanks anyway
Reply
#7

Ah yes. I thought you made one in the OnDialogResponse. Sorry. Good job btw.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)