DIALOG gives me Error! -
PerformerFX - 12.06.2013
Deleted
Re: DIALOG gives me Error! -
Chris10 - 12.06.2013
Try using a string
Re: DIALOG gives me Error! -
Affan - 12.06.2013
Tell me which line is 249 and which is 250.
AW: DIALOG gives me Error! -
PerformerFX - 12.06.2013
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.
Re: DIALOG gives me Error! -
Affan - 12.06.2013
Idk how to use those kind of commands but try zcmd commands
Put this at the top, under #include <a_samp>
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;
}
AW: DIALOG gives me Error! -
PerformerFX - 12.06.2013
I made it that way. Thanks anyway
Re: DIALOG gives me Error! -
Affan - 12.06.2013
Ah yes. I thought you made one in the OnDialogResponse. Sorry. Good job btw.