You are missing a second equals sign next to the one you have.
It should be written as:
If (pVehicle.Model == VEH_POLICE)
I changed But I don't work here I'm not too will use BBS system
-------------------------------------------------------------------------------
function onPlayerEnteredVehicle( player, vehicle, seat )
{
if (pVehicle.Model == VEH_POLICE)
{
MessagePlayer( "Enter police car.", player );
}
return 1;
}-------------------------------------------------------------------------------
Maybe I am wrong?