26.02.2012, 22:02
can i just put this stuff in a new filterscript ??
if i only put this:
if i only put this:
pawn Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
#define FILTERSCRIPT
#include <a_samp>
public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
switch(93)
{
case 0:
{
PlayAudioStreamForPlayer(playerid, "http://82.72.91.159:8000", 2554.4253, 1417.2795, 7703.7041, 270.7457, 50.0);
}
default:
{
StopAudioStreamForPlayer(playerid);
}
return 1;
}
}