24.12.2011, 22:31
How can i convert this into ZCMD?
Код:
if (strcmp("/music", cmdtext, true, 10) == 0)// the mp3 command
{
PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/o2max1z0jd/2pac_When_We_Ride_On_Our_Enemies.mp3");
PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/i5f5xul5le/Jay_Z_amp_Kanye_West_Niggas_In_Paris.mp3");
PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/78o837kr9d/Life_Goes_On_Tupac.mp3");
return 1;
}
return 0;
}

