Moin,
wollte mal fragen wie ich strings in Dialogs einfüge?
ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, string, string1\nstring2, "Ok", "Verlassen");
string1\nstring2
wollte die beiden strings in die Messagebox packen, nur er zeigt :
Reallife.pwn(877) : error 001: expected token: ",", but found "\"
Reallife.pwn(877) : error 029: invalid expression, assumed zero
Reallife.pwn(877) : error 017: undefined symbol "nstring1"
Reallife.pwn(877) : fatal error 107: too many error messages on one line
Sprich er will, dass da ein " , " aber wenn ich nen Komma hin mache, sagt er mir number of arguments doesnt matche the definition or so