Einzelnen Beitrag anzeigen
Alt 01.08.2008, 22:13   #1 (permalink)
rebel29
50 Beiträge
 
Registriert seit: 11.12.2006
Beiträge: 94
Standard Rucksack simulieren ein Fehler kommt?

hallo zusammen
ich hab mir jetzt per Script den Rucksack erstellt,so wie im Editing Guide steht.Doch wenn ich auf Open Backpack gehe,kommt da ein fehler Soundrucksackauf not found

Player Removeaction Rid
Playsound "Rucksackauf"
;
RIID =Player AddAction ["- Speichern","backpack\save.sqs"]
#Verband
? verband3 : goto "Close"
? verband2 : goto "Verband3"
? verband1 : goto "Verband2"
#Verband1
RIID = Player AddAction ["- First aid (3)"."backpack\firstaid.sqs"]
goto"Close"
#Verband2
RIID = Player AddAction ["- First aid (2)"."backpack\firstaid.sqs"]
goto"Close"
#Verband3
RIID = Player AddAction ["- First aid (1)"."backpack\firstaid.sqs"]
goto"Close"
RIIID = Player AddAction ["- Close Backpack","backpack\close.sqs"]
exit
anscheined liegt dort der Fehler
aber was soll ich eingeben?
danke für hilfe
rebel29 ist offline   Mit Zitat antworten