Buenas imagenes!
BunK3r escribió:
Base de Libertad (los faccionarios de Libertad van a enloquecer cuando vean el segmento!)
void OnPostMessage(){
......PreloadInsanity("
aaaaahhhhhhhhhhhh!!!!!!!!!!!!!!!!!!!!!!!!!!! ");
......SetEntityUserLookAtCallback("FreedomSegment", "CheckFactionAlignment", true);
}
void CheckFactionAlignment(string &in entity, int alState){
......if(GetUserName() == "Mikhail"){
............AddTimer("StartInsanityEvent", 0.25f, "StartInsanity");
......}
......else if(GetUserFaction() == "Freedom"){
............AddTimer("StartInsanityEvent", 0.25f, "StartInsanity");
......}
}
void StartInsanity(string &in asTimer){
......PlayInsanityEvent("
aaaaahhhhhhhhhhhh!!!!!!!!!!!!!!!!!!!!!!!!!!! ");
......if(GetUserName() == "Mikhail"){
............AddTimer("InsanityEffect", 10.0f, "InsanityEffect");
......}
}
void InsanityEffect(string &in asTimer){
......ExplodeUserHead();
......CreateParticleSystemAtEntityExt("Blood", "blood.ps", "UserHead", false,
............1.0f, 1.0f, 1.0f, 1.0f, false, 1.0f, 1.1f, 100000.0f, 100000.1f);
}