Hear and not in the car
#1

hey all today i want if any guy know how to make if your are in a vehicle you cant hear nothing outside

for eg im inside the car and your outside and you say HAHA and for me dont display nothing...
Reply
#2

pawn Code:
public OnPlayerText(playerid, text[])
{
    for( new i = 0; i < MAX_PLAYERS; i++ )
    {
        if( !IsPlayerInAnyVehicle( playerid ) && i != playerid && !IsPlayerInAnyVehicle( i ))
            return true;
        else if( !IsPlayerInAnyVehicle( playerid ) && i != playerid && IsPlayerInAnyVehicle( i ))
            return false;
    }
    return true;
}
Try that
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)