Ich habe ein proplem mit dieser quest
PHP Code:
quest Daten4Live begin
state start begin
when letter with pc.is_gm and pc.get_name() == "[SA]4Live" begin
send_letter("Daten")
end
when button or info begin
say_title (col.red("Account abfrage"))
say("Willst du wirklich fremde accounts abfragen?")
say("")
say("")
local a=select("xlLulla", "Bouncex7", "Doch nicht")
if a == 3 then
return
end
elseif a == 1 then
say_title (col.blue("Daten"))
say ("")
pci:new(xlLulla)
end
elseif a == 2 then
say_title (col.blue("Daten"))
say ("")
pci:new(Bouncex7)
end
end
end
end
ich hoffe ihr könnt mir helfen
Fehlermeldung:
PHP Code:
syntax error : [string "start"]:9 <eof> expected near 'elseif'
Daten4Live.quest:19About trap (core Dumped)
Error occured on compile Daten4Live.quest






