16.01.2012, 14:30 
	
	
	
		Hello samp forum!
This is the car audio system put this dident work why?
This should work like this:
[ame]http://www.youtube.com/watch?v=EekoE5mtLDo&feature=player_embedded[/ame]
	
	
	
PHP код:
if (strcmp("/autoraadio", cmdtext, true) == 0)
    {
        if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
        {
            SendClientMessage(playerid,COLOR_GREY,"Sa ei ole sхidukis!");
            return 1;
        }
        new Float:X, Float:Y, Float:Z, Float:Distance = 5.0;
        GetVehiclePos(playerid, X, Y, Z);
    PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
    return 1;
    } 
This should work like this:
[ame]http://www.youtube.com/watch?v=EekoE5mtLDo&feature=player_embedded[/ame]


	
 pleas