Skip to content

Instantly share code, notes, and snippets.

@k-kawaa
Created August 18, 2020 05:00
Show Gist options
  • Save k-kawaa/526546c27090bce9b5d25b077f01671e to your computer and use it in GitHub Desktop.
Save k-kawaa/526546c27090bce9b5d25b077f01671e to your computer and use it in GitHub Desktop.
レベルアップ音をPlayerni
<?php
$packet = new PlaySoundPacket();
$packet->x = $sender->x;
$packet->y = $sender->y;
$packet->z = $sender->z;
$packet->volume = 10;
$packet->pitch = 10;
$packet->soundName = "guns1";
$player->sendDataPacket($packet);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment