21.12.2012, 16:03
That really depends where you put this.
Then simply do an if-statement with states
Quote:
but i have already a radio system and every one can choose his radio, i want that just the driver can do that
|
pawn Код:
if( GetPlayerState( playerid ) != PLAYER_STATE_DRIVER )
{
//disallow
}
else
{
//allow
}