Help for audio music
#4

Quote:
Originally Posted by Witnec
Посмотреть сообщение
this will give the same for all the cars
That really depends where you put this.

Quote:
Originally Posted by Witnec
Посмотреть сообщение
but i have already a radio system and every one can choose his radio, i want that just the driver can do that
Then simply do an if-statement with states
pawn Код:
if( GetPlayerState( playerid ) != PLAYER_STATE_DRIVER )
{
    //disallow
}
else
{
    //allow
}
Reply


Messages In This Thread
Help for audio music - by Witnec - 20.12.2012, 19:35
Re: Help for audio music - by LarzI - 20.12.2012, 19:41
Re : Help for audio music - by Witnec - 21.12.2012, 15:48
Re: Re : Help for audio music - by LarzI - 21.12.2012, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)