Blockland Forums > Modification Help
Sounds?
AirGlider:
Is there a code to play a sound to all? Such as the Player Join Server sound, or the Admin Join Serve sound?
otto-san:
ServerPlay2D(datablock)
AirGlider:
As in...
ServerPlay2D(admin.wav);
jes00:
--- Quote from: AirGlider on January 18, 2012, 03:50:01 PM ---As in...
ServerPlay2D(admin.wav);
--- End quote ---
No, as in ServerPlay2D(SwordDrawSound); (not sure if it needs quotes "").
CityRPG:
--- Quote from: jes00 on January 18, 2012, 03:57:45 PM ---No, as in ServerPlay2D(SwordDrawSound); (not sure if it needs quotes "").
--- End quote ---
Objects do not need their names in quotes.