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
Need help with a script
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#5
RE: Need help with a script

PHP Code: (Select All)
void TimerFallDeath(string &in asTimer)
{    
if(
asTimer == "death"){
PlaySoundAtEntity("bump1""player_bodyfall""Player"0false);


You have a missing curly brace.
05-16-2013, 09:15 PM
Find


Messages In This Thread
Need help with a script - by Neelke - 05-16-2013, 05:41 PM
RE: Need help with a script - by Traggey - 05-16-2013, 06:51 PM
RE: Need help with a script - by OriginalUsername - 05-16-2013, 06:57 PM
RE: Need help with a script - by Neelke - 05-16-2013, 08:00 PM
RE: Need help with a script - by Tomato Cat - 05-16-2013, 09:15 PM



Users browsing this thread: 1 Guest(s)