- 0
Problem? /mp3
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
XBossdebossX
Salut.Am o problem? când vreau s? fac o comand? de /mp3.Îmi d? aceste erori:
E:\SAMP Server\gamemodes\bossgm.pwn(3297) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3302) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3304) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3309) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3314) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3319) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3324) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3329) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3334) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3339) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3344) : error 010: invalid function or declaration
E:\SAMP Server\gamemodes\bossgm.pwn(3352) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
12 Errors.
Script:
CMD:mp3(playerid, params[])
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{FFFF00}Mp3","Faraonu' - Am piramide\nLucenzo-Baila Morena\nPitbull-Rain Over Me\nMaroon 5 Ft. Christina Aguiler - Moves Like Jagge\n{FFFFFF}Sum 41 - we're all to blame\nParadise City\nDavid guetta-little bad gir\n13 Boadicea [Evil Nine Remix]\nPitbull feat. Ne-Yo, Afrojack Nayer - Give Me Everything\nStoppa musica","Ok","Exit");
return 1;
}
return 0;
}
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://kiwi6.com/file/zk74jhfryi");
{
case 0;
}
case 1:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://a5.media.v4.skyrock.net/music/a55/484/a55484b3d713e7cac5523c91bc1bce04.mp3");
}
case 2:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://pomoi.com/uploads/files/1312972359_pitbull_-_rain_over_me.mp3");
}
case 3:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://dc392.4shared.com/img/682232860/1bad3668/dlink__2Fdownload_2FekKeEHMn_3Ftsid_3D20110908-122878-e6222a00/preview.mp3");
}
case 4:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://download.muzoff.ru/m3_files/65/6552/sum_41_-_were_all_to_blame_(live).mp3");
}
case 5:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://www.gnrworld.com/bootlegs/audio/1988/July29/Paradise%20City.mp3");
}
case 6:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://3e.media.v4.skyrock.net/music/3e9/64c/3e964c72ea1898edffb9fa03dcde7c0b.mp3");
}
case 7:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://www.marineparade.net/mppodcast/EvilNine_March2010Mix.mp3");
}
case 8:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "Pitbull feat. Ne-Yo, Afrojack Nayer - Give Me Everything");
}
case 9:
{
StopAudioStreamForPlayer(playerid);
}
}
}
}
}
return 1;
}
3 answers to this question
Recommended Posts