21.02.2012, 15:01
I can't see why you're using a loop when playerid is already defined as a parameter on a public;
pawn Код:
public OnPlayerExitVehicle( playerid, vehicleid )
{
StopAudioStreamForPlayer( playerid );
return 1;
}