Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when i change map to map2 in a custom story (SOLVED)
i3670 Offline
Posting Freak

Posts: 1,308
Threads: 74
Joined: Oct 2011
Reputation: 36
#4
RE: Error when i change map to map2 in a custom story

Ok, I see the problem/s

Your AddEntityCollideCallback does'nt call the function.

AddEntityCollideCallback("Player", "brute2", "area_brute2", true, 1);

should be

AddEntityCollideCallback("Player", "brute2", "nombre_accion", true, 1);

and you should'nt use backslash for making spaces use _ instead.

This also goes for your PlaySoundAtEntity("", "nombre sonido", "Player", 0, false);

which should be

PlaySoundAtEntity("", "nombre_sonido.snt", "Player", 0, false); instead.

"What you think is irrelevant" - A character of our time

A Christmas Hunt
09-23-2012, 12:43 PM
Find


Messages In This Thread
RE: Error when i change map to map2 in a custom story - by i3670 - 09-23-2012, 12:43 PM



Users browsing this thread: 1 Guest(s)