01.07.2012, 13:14
Deberнa ser algo asн
Es casi lo mismo que puso [R]hysi
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER ) PlayAudioStreamForPlayer(playerid,"Aqui el link");
if(newstate == PLAYER_STATE_ONFOOT) StopAudioStreamForPlayer(playerid);
return 1
}
//Cambia "Aqui el link" por tu link de la cancion.