Thread: Flute
View Single Post
  #10  
Old 10-08-2001, 01:09 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by btedji


why doesnt this work?

if(playerchats&&strequals(#c,play))
{
play bomb.wav;
}
That should work... Make sure the sound files are in the same folder as the level, that might be the problem
Reply With Quote