28.12.2012, 09:30
This is the code from the beginning:
Код:
175 case 2: 176 { 177 islistening[playerid] = 1; 178 PlayAudioStreamForPlayer(playerid,"http://yp.shoutcast.com/sbin/tunein-station.pls?id=1283516&play_status=1"); 179 } 180 } 181 } 182 return 1; //there is something wrong with this, but I don't know what. 183 }