02.01.2012, 12:46
try this
Код:
if (strcmp("/music", cmd, true) == 0) { new Float:x, Float:y, Float:z, Float:distance = 3.0; GetPlayerPos(playerid,x,y,z); if(IsPlayerInRangeOfPoint(playerid,3.0,x,y,z)) PlayAudioStreamForPlayer(playerid, "http://www.pandora.com/#!/stations/play/94504033836520830",x,y,z,distance,0); return 1; }