Author Topic: .SSZ - A music file  (Read 560 times)

0 Members and 1 Guest are viewing this topic.

Offline D4NG3R NL

  • Soldier
  • **
  • Posts: 130
  • You got Rickroll'd
.SSZ - A music file
« on: May 15, 2009, 07:20:11 am »
Hey guys, I want to make a small script that rickroll's you when you type /rickroll.

I got a small sound file of about 20 seconds that is in .mp3

The script to play the file is already done

Code: [Select]
function UsePackage(ID: Word):boolean
UsePackage(1);

procedure PlaySound(ID: Byte;Name: String;X,Y: Single)

if Text = '/Rickroll' then begin
PlaySound(0,'Rickroll.mp3',0.0,0.0);
end;
end;

But how do I make a .ssz file? & even what IS a .ssz file!? (and where do I place the .ssz?)

EDIT nvm... Didnt read this part of the page..
Quote
NOTE: Packages are created using the CreatePackage function, which will not be available until a later Script Core version.
« Last Edit: May 15, 2009, 07:22:40 am by D4NG3R NL »
                  Forum Rules   -   Search