sassix
Member
Posts: 56
Threads: 13
Joined: Jan 2011
Reputation:
0
|
ye ye another problem -.- "flashback"
yo,
well i want using 4 different flashbacks in one map, at least theyre working but all 4 flashbacks have the same text in it :O i dont know why :/
Quote:thats what i wrote in "onstart" .hps
SetEntityPlayerLookAtCallback("flashback_01", "Insanity1", true);
SetEntityPlayerLookAtCallback("flashback_02", "Insanity2", true);
SetEntityPlayerLookAtCallback("flashback_03", "Insanity3", true);
SetEntityPlayerLookAtCallback("flashback_04", "Insanity4", true);
Quote:thats what i wrote in my start insanity section
void Insanity1(string &in entity, int alState)
{
PlaySoundAtEntity("", "insanity_whisper.snt", "Player", 0, false);
GiveSanityDamage(30.0f, true);
AddTimer("Stoplook", 2.0f, "PlayerStopLook");
}
void Insanity2(string &in entity, int alState)
{
PlaySoundAtEntity("", "general_piano03.snt", "Player", 0, false);
GiveSanityDamage(30.0f, true);
AddTimer("Stoplook", 2.0f, "PlayerStopLook");
}
void Insanity3(string &in entity, int alState)
{
PlaySoundAtEntity("", "insanity_whisper.snt", "Player", 0, false);
GiveSanityDamage(30.0f, true);
AddTimer("Stoplook", 2.0f, "PlayerStopLook");
}
void Insanity4(string &in entity, int alState)
{
PlaySoundAtEntity("", "insanity_whisper.snt", "Player", 0, false);
GiveSanityDamage(30.0f, true);
AddTimer("Stoplook", 2.0f, "PlayerStopLook");
}
and thats what i wrote in the extra_german.lang
Quote:<CATEGORY Name="Flashbacks">
<Entry Name="Flashback_01">Autsch... Mein Kopf schmerzt. Ich sollte mir eine Aspirin aus dem Bad holen gehen !</Entry>
<Entry Name="Flashback_02">Was zum...</Entry>
<Entry Name="Flashback_03">Was passiert hier verdammt nochmal...</Entry>
<Entry Name="Flashback_04">Das ist unmöglich Real...</Entry>
</CATEGORY>
hope u can help me and mb fix it ;/ THX
(This post was last modified: 01-09-2011, 05:28 PM by sassix.)
|
|