08.07.2011, 06:57
I don't know in that audio plug-in music starts automatically or with command. If it's with command make it
pawn Код:
if(strcmp("/mp3",cmdtext,true,10) == 0)
{
if([Here set player info for MP3] == 1)
{
[Here call function to play music]
}
else SendClientMessage(playerid,0xFF0000FF,"ERROR: You don't have MP3. You can buy one at the shop.");
}
return 1;
}